]> git.pld-linux.org Git - packages/tellico.git/blame - tellico-u64.patch
- 2.2
[packages/tellico.git] / tellico-u64.patch
CommitLineData
3c45b262 1--- tellico-1.3pre3_orig/src/barcode/barcode_v4l.h 2008-01-12
206: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.072504 seconds and 4 git commands to generate.