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. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
