diff -pruN xf86-video-v4l-0.2.0.orig/src/v4l.c xf86-video-v4l-0.2.0/src/v4l.c --- xf86-video-v4l-0.2.0.orig/src/v4l.c 2008-03-19 22:41:45.000000000 +0200 +++ xf86-video-v4l-0.2.0/src/v4l.c 2017-02-26 20:40:47.571941080 +0200 @@ -34,6 +34,10 @@ # define DEBUG(x) #endif +#ifndef VIDEO_INVERT_CLIPLIST +# define VIDEO_INVERT_CLIPLIST 0x00000002 +#endif + static void V4LIdentify(int flags); static Bool V4LProbe(DriverPtr drv, int flags); static const OptionInfoRec * V4LAvailableOptions(int chipid, int busid);