summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-08-14 14:57:32 -0400
committerAdam Jackson <ajax@redhat.com>2018-08-14 14:58:03 -0400
commitbbf9462a4e829bb5e98f707b16c3a410f7c621a0 (patch)
tree407d54a266bc9de021eed3da7a6ef5e72f1eb947
parent26f1e15569404d1c1d6b97f1506cbb93c140e409 (diff)
Fix build post xserver 1.17
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/v4l.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/v4l.c b/src/v4l.c
index 0694d19..8db8f7d 100644
--- a/src/v4l.c
+++ b/src/v4l.c
@@ -42,6 +42,10 @@
# define DEBUG(x)
#endif
+#ifndef VIDEO_INVERT_CLIPLIST
+#define VIDEO_INVERT_CLIPLIST 0x00000002
+#endif
+
/***************************************************************************/
static void V4LIdentify(int flags);