[Libav-user] Compiling for Mac with libx264
Michael Bradshaw
mbradshaw at sorensonmedia.com
Fri May 18 19:04:17 CEST 2012
On May 16, 2012, at 11:44 , Wagner Patriota wrote:
> I can't compile the last version of FFMPEG with libx264... it says:
> "ERROR: libx264 version must be >= 0.118."
>
> I have the latest version from the libx264 website...
Make sure you've built and installed libx264 correctly. I don't think
the default ./configure command for libx264 builds and installs the
development libs, so you have to:
./configure --enable-shared
to get the dev libs as well as x264 before building and installing.
More information about the Libav-user
mailing list