Hello. I noticed there is a typo in the detection of the native videodev2.h causing it always to fail.
--- transcode-1.1.5/acinclude.m4.fix_v4l 2009-10-31 18:39:02.000000000 +0200 +++ transcode-1.1.5/acinclude.m4 2009-11-01 20:55:17.000000000 +0200 @@ -189,7 +189,7 @@ if test x"$enable_v4l" = x"yes" ; then #include <linux/videodev2.h> ], [ struct v4l2_buffer buf; -buffer.memory = V4L2_MEMORY_MMAP +buf.memory = V4L2_MEMORY_MMAP ], [AC_DEFINE([HAVE_STRUCT_V4L2_BUFFER], 1, [define if your videodev2 header has struct v4l2_buffer]) AC_MSG_RESULT([yes])], -- David Juran Sr. Consultant Red Hat +358-504-146348