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

bottled version of ffmpeg 2.8 requires that SDL is already installed (10.4/G4) #410

Open
dcwar opened this issue Mar 7, 2016 · 1 comment

Comments

@dcwar
Copy link
Contributor

dcwar commented Mar 7, 2016

Discovered this after installing the ffmpeg bottle onto a new system, which gave the following error after being run:

dyld: Library not loaded: /usr/local/lib/libSDL-1.2.0.dylib
Referenced from: /usr/local/bin/ffmpeg
Reason: image not found

Installing sdl resolves the error. Perhaps sdl should be marked as a dependency?

@akemin-dayo
Copy link
Contributor

Fixed this issue in my PR #770.

akemin-dayo added a commit to akemin-dayo/tigerbrew that referenced this issue Dec 29, 2022
* ffmpeg-sdl-dependency-fix:
  ffmpeg: Always install SDL as a dependency because ffmpeg bottles link against it. Fixes issues mistydemeo#410 and mistydemeo#721.
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

No branches or pull requests

2 participants