While compiling VLC, I noticed that the libpostproc headers aren't being installed from MPlayer or ffmpeg, (VLC's configure errors without them). The headers included with MPlayer appear more recent (mangle.h is different). Perhaps a note could be added to MPlayer and/or ffmpeg, and a few more commands:
install -v -m755 -d /usr/include/postproc install -v -m644 libavcodec/libpostproc/*.h /usr/include/postproc -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
