On Mac OS X, I find the easiest way to install all the dependencies for ffmpeg, including sdl, is using homebrew. This is a huge convenience as some of the packages are very difficult to compile. Just install homebrew and let it do it’s magic. For example, the initial command I used after installing homebrew is:
brew install libogg libvorbis libgsm libvpx fdk-aac lame libass orc xvid yasm pkg-config x264 x265 sdl Then just build ffmpeg the usual way with the options you want. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
