]> git.pld-linux.org Git - packages/tellico.git/blob - tellico-u64.patch
c461d1fe1d8d270aa8d31c9865dfbfb6c2cae02e
[packages/tellico.git] / tellico-u64.patch
1 --- tellico-1.3pre3_orig/src/barcode/barcode_v4l.h     2008-01-12 
2 06:55:14.000000000 +0100
3 +++ barcode_v4l.h       2008-01-15 10:43:50.000000000 +0100
4 @@ -17,6 +17,19 @@
5  #define GETELEM(array,index,default) \
6         (index < sizeof(array)/sizeof(array[0]) ? array[index] : default)
7
8 +/*
9 + *  Taken from xawtv-3.5.9 source 8/15/01 by George Staikos <staikos@kde.org>
10 + */
11 +#ifdef __STRICT_ANSI__
12 +#undef __STRICT_ANSI__
13 +#define FOO__STRICT_ANSI__
14 +#endif
15 +#include <asm/types.h>
16 +#ifdef FOO__STRICT_ANSI__
17 +#define __STRICT_ANSI__ 1
18 +#undef FOO__STRICT_ANSI__
19 +#endif
20 +
21  //#include <linux/videodev2.h>
22  #include <linux/videodev.h>
This page took 0.018096 seconds and 2 git commands to generate.