The ffmpeg-1.2.2 configure, when applied as per the book, produces: ERROR: libvpx decoder version must be>=0.9.1
This is because libvpx installs its headers in /usr/include/vpx with permission 640. Changing them to 644 solves the problem. It would be worth including a chmod at the end of the libvpx instructions. jb. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page