summaryrefslogtreecommitdiff
path: root/community-staging/tvtime/tvtime-1.0.2+linux-headers-2.6.18.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/tvtime/tvtime-1.0.2+linux-headers-2.6.18.patch')
-rw-r--r--community-staging/tvtime/tvtime-1.0.2+linux-headers-2.6.18.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community-staging/tvtime/tvtime-1.0.2+linux-headers-2.6.18.patch b/community-staging/tvtime/tvtime-1.0.2+linux-headers-2.6.18.patch
new file mode 100644
index 000000000..d0772783d
--- /dev/null
+++ b/community-staging/tvtime/tvtime-1.0.2+linux-headers-2.6.18.patch
@@ -0,0 +1,16 @@
+Index: tvtime-1.0.2/src/videoinput.c
+===================================================================
+--- tvtime-1.0.2.orig/src/videoinput.c
++++ tvtime-1.0.2/src/videoinput.c
+@@ -35,8 +35,9 @@
+ #ifdef HAVE_CONFIG_H
+ # include "config.h"
+ #endif
+-#include "videodev.h"
+-#include "videodev2.h"
++#include <libv4l1-videodev.h>
++#include <linux/videodev2.h>
++#define BASE_VIDIOCPRIVATE 192 /* 192-255 are private */
+ #include "videoinput.h"
+ #include "mixer.h"
+