I ran into a problem with the configure from libdv. I kept getting an error that it could not find libXv. I do have it in a non-stahdard location (/opt/xorg/lib), but it should have been picked up because the directory is in /etc/ld.so.conf and ldconfig has been run.
I was able to get it to build and install with: sed -i -e "s:-lXv :& -L/opt/xorg/lib:" configure I didn't use --disable-gtk or --disable-xv because I have them both. The playdv program was not built. It was looking for linux/videodev.h, but I only have linux/videodev2.h. It appears that libdv was last updated in 2006. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
