123456789101112131415161718192021222324252627282930313233 |
- --- motion-4.0.orig/config.h 2011-09-18 22:49:29.000000000 +0200
- +++ motion-4.0/config.h 2012-07-25 14:54:50.000000000 +0200
- @@ -14,7 +14,7 @@
- #define HAVE_LINUX_VIDEODEV2_H 1
-
-
- -#define HAVE_LINUX_VIDEODEV_H 1
- +
-
-
- #define HAVE_MEMORY_H 1
- @@ -89,10 +89,10 @@
- #define SIZEOF_INT 4
-
-
- -#define SIZEOF_INT_P 8
- +#define SIZEOF_INT_P 4
-
-
- -#define SIZEOF_LONG_INT 8
- +#define SIZEOF_LONG_INT 4
-
-
- #define SIZEOF_LONG_LONG 8
- @@ -101,7 +101,7 @@
- #define SIZEOF_SHORT 2
-
-
- -#define SIZEOF_VOID_P 8
- +#define SIZEOF_VOID_P 4
-
-
- #define STDC_HEADERS 1
|