The linux/videodev.h header was removed in kernel 2.6.38. A drop-in replacement header is available from libv4l as libv4l1-videodev.h: use that if available.
Unlike the original linux/videodev.h header, the replacement libv4l1-videodev.h header does not automatically include linux/videodev2.h: include linux/videodev2.h explicitly as needed.
The
linux/videodev.h
header was removed in kernel 2.6.38. A drop-in replacement header is available from libv4l aslibv4l1-videodev.h
: use that if available.Unlike the original
linux/videodev.h
header, the replacementlibv4l1-videodev.h
header does not automatically includelinux/videodev2.h
: includelinux/videodev2.h
explicitly as needed.