Magellan Linux

Contents of /trunk/xf86-video-v4l/patches/xf86-video-v4l-0.2.0-xorg117.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2578 - (show annotations) (download)
Tue Jun 16 07:29:49 2015 UTC (8 years, 10 months ago) by niro
File size: 468 byte(s)
-added xorg-server-1.17 build fix
1 diff -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);