You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ffmpeg-sdl-dependency-fix:
ffmpeg: Always install SDL as a dependency because ffmpeg bottles link against it. Fixes issues mistydemeo#410 and mistydemeo#721.
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. Perhapssdl
should be marked as a dependency?The text was updated successfully, but these errors were encountered: