]> git.pld-linux.org Git - packages/xorg-driver-video-v4l.git/blame - build-fix.patch
- release 23 (by relup.sh)
[packages/xorg-driver-video-v4l.git] / build-fix.patch
CommitLineData
a35719eb
JR
1diff -up xf86-video-v4l-0.2.0/src/v4l.c~ xf86-video-v4l-0.2.0/src/v4l.c
2--- xf86-video-v4l-0.2.0/src/v4l.c~ 2015-02-11 17:42:55.000000000 +0100
3+++ xf86-video-v4l-0.2.0/src/v4l.c 2015-02-11 17:44:33.432706357 +0100
4@@ -42,6 +42,10 @@
5 # define DEBUG(x)
6 #endif
7
8+#ifndef VIDEO_INVERT_CLIPLIST
9+#define VIDEO_INVERT_CLIPLIST 0x00000002
10+#endif
11+
12 /***************************************************************************/
13
14 static void V4LIdentify(int flags);
This page took 0.231985 seconds and 4 git commands to generate.