Greetings I am having a go at compiling google's webm ( http://www.webmproject.org/code/ ) on a computer with these --cpu amd64 --os - {c}blfs pure 64bit --kernel 3.10.9
the udpsample part of libwebm has a file requiring /usr/include/linux/videodev.h My computer does not have this file but has /usr/include/linux/videodev2.h ( I presume for v4l2 ) when I make the link ln -s /usr/include/linux/videodev2.h /usr/include/linux/videodev.h libwebm/udbsample compiles and links but I am unsure if this link is not too 'heath-robinsonish' so some advice ( whether I should ditch libwebm or otherwise ) would be much appreciated thanks in advance sincerely luxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
