diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-08-18 02:09:51 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-08-18 09:00:31 +0200 |
commit | 865737c0c7ba343b8351dab8bfaa0b6932275b52 (patch) | |
tree | 38c04f34e6f36def3d41454cf811b686551f2ce9 /source/x/x11/patch/xf86-video-v4l/xf86-video-v4l-0.2.0-build-fix.patch | |
parent | b4263a7629e3e3e2397066ed6f65c63b0f19118d (diff) | |
download | current-865737c0c7ba343b8351dab8bfaa0b6932275b52.tar.gz current-865737c0c7ba343b8351dab8bfaa0b6932275b52.tar.xz |
Sat Aug 18 02:09:51 UTC 201820180818020951
a/kernel-generic-4.14.64-x86_64-1.txz: Upgraded.
a/kernel-huge-4.14.64-x86_64-1.txz: Upgraded.
a/kernel-modules-4.14.64-x86_64-1.txz: Upgraded.
d/kernel-headers-4.14.64-x86-1.txz: Upgraded.
k/kernel-source-4.14.64-noarch-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to '')
-rw-r--r-- | source/x/x11/patch/xf86-video-v4l/xf86-video-v4l-0.2.0-build-fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/x/x11/patch/xf86-video-v4l/xf86-video-v4l-0.2.0-build-fix.patch b/source/x/x11/patch/xf86-video-v4l/xf86-video-v4l-0.2.0-build-fix.patch deleted file mode 100644 index febba2c68..000000000 --- a/source/x/x11/patch/xf86-video-v4l/xf86-video-v4l-0.2.0-build-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up xf86-video-v4l-0.2.0/src/v4l.c~ xf86-video-v4l-0.2.0/src/v4l.c ---- xf86-video-v4l-0.2.0/src/v4l.c~ 2015-02-11 17:42:55.000000000 +0100 -+++ xf86-video-v4l-0.2.0/src/v4l.c 2015-02-11 17:44:33.432706357 +0100 -@@ -42,6 +42,10 @@ - # define DEBUG(x) - #endif - -+#ifndef VIDEO_INVERT_CLIPLIST -+#define VIDEO_INVERT_CLIPLIST 0x00000002 -+#endif -+ - /***************************************************************************/ - - static void V4LIdentify(int flags); |