Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg: Always install SDL as a dependency because ffmpeg bottles link against it. Fixes issues #410 and #721. #770

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akemin-dayo
Copy link
Contributor

Not much to say about this one, it's just a simple dependency fix for issues #410 and #721.


※ Note: brew audit does report "Use build instead of ARGV to check options" when run against ffmpeg, though that is not a result of my changes.

Specifically, it is referring to this line:

    args << "--disable-altivec" if !Hardware::CPU.altivec? || (build.bottle? && ARGV.bottle_arch == :g3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant