]> git.pld-linux.org Git - packages/tellico.git/commitdiff
- merged from DEVEL auto/th/tellico-1_3-1
authordeejay1 <deejay1@pld-linux.org>
Wed, 30 Jan 2008 17:03:26 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tellico-u64.patch -> 1.2

tellico-u64.patch [new file with mode: 0644]

diff --git a/tellico-u64.patch b/tellico-u64.patch
new file mode 100644 (file)
index 0000000..c461d1f
--- /dev/null
@@ -0,0 +1,22 @@
+--- tellico-1.3pre3_orig/src/barcode/barcode_v4l.h     2008-01-12 
+06:55:14.000000000 +0100
++++ barcode_v4l.h       2008-01-15 10:43:50.000000000 +0100
+@@ -17,6 +17,19 @@
+ #define GETELEM(array,index,default) \
+        (index < sizeof(array)/sizeof(array[0]) ? array[index] : default)
+
++/*
++ *  Taken from xawtv-3.5.9 source 8/15/01 by George Staikos <staikos@kde.org>
++ */
++#ifdef __STRICT_ANSI__
++#undef __STRICT_ANSI__
++#define FOO__STRICT_ANSI__
++#endif
++#include <asm/types.h>
++#ifdef FOO__STRICT_ANSI__
++#define __STRICT_ANSI__ 1
++#undef FOO__STRICT_ANSI__
++#endif
++
+ //#include <linux/videodev2.h>
+ #include <linux/videodev.h>
This page took 0.073782 seconds and 4 git commands to generate.