Moritz pinpointed the problem to missing/lost x264.h. In my mac system that is at /usr/local/include, so if you can find it, you could perhaps move it there.
If that doesn’t work, I second the suggestion of Luke to use homebrew to install a lot of these dependencies and such. It works well and has up-to-date versions. The command brew install libogg libvorbis libgsm libvpx fdk-aac lame libass orc sdl xvid yasm pkg-config x264 installs all those things. Then next time you want to update ffmpeg, just brew update brew upgrade And like Carl, I’m confused by some of the options you chose. Are you sure you want to build ffmpeg but --disable-ffmpeg? I’m curious what the resulting product would be. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
