On Wed, 14 Jul 2010 01:26:04 +0100 Andrew Benton <[email protected]> wrote:
> What makes you think this? I install x264 before I compile ffmpeg and it > doesn't seems to work fine. I didn't save the relevant output, but the new x264 saw the existing older (2007) version of ffmpeg's libraries and complained that it was too old. Specifically, in the x264-snapshot-20100711-2245 package's configure, which I got from: http://www.videolan.org/developers/x264.html which can be viewed online in the git tree here: http://git.videolan.org/?p=x264.git;a=blob_plain;f=configure;hb=HEAD there is a line at/around line 537: echo "Warning: libavformat is too old, update to ffmpeg r18351+" I suppose that invoking the --disable-lavf would also stop the problem, but the recent x264 package does go looking at the libavformat, libavcodec and libswscale libraries by default. Mike -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
