Commit 29cec1c3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Work-around V4L2 headers version 2.6.32-2.6.34

parent 4ad0710c
......@@ -38,6 +38,13 @@
# if LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)
# define V4L2_CTRL_TYPE_BITMASK 8
# endif
# if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)
# define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36)
# endif
# if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)
# define V4L2_CID_ROTATE (V4L2_CID_BASE+34)
# define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35)
# endif
#endif
#ifdef HAVE_LIBV4L2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment