SOURCES (DEVEL): tellico-u64.patch (NEW) - compile fix from Sebast...

deejay1 deejay1 at pld-linux.org
Wed Jan 16 19:49:19 CET 2008


Author: deejay1                      Date: Wed Jan 16 18:49:19 2008 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- compile fix from Sebastian Held <sebastian.held at gmx.de>

---- Files affected:
SOURCES:
   tellico-u64.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tellico-u64.patch
diff -u /dev/null SOURCES/tellico-u64.patch:1.1.2.1
--- /dev/null	Wed Jan 16 19:49:19 2008
+++ SOURCES/tellico-u64.patch	Wed Jan 16 19:49:14 2008
@@ -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 at 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>
================================================================


More information about the pld-cvs-commit mailing list