mk/image.mk: Ship /init in initramfs
[openadk.git] / package / motion / patches / patch-config_h
blob7c6d32ce830955535a8f27a4da6727a2b5dca2ec
1 --- motion-4.0.orig/config.h    2011-09-18 22:49:29.000000000 +0200
2 +++ motion-4.0/config.h 2012-07-25 14:54:50.000000000 +0200
3 @@ -14,7 +14,7 @@
4  #define HAVE_LINUX_VIDEODEV2_H 1
5  
6  /* Define to 1 if you have the <linux/videodev.h> header file. */
7 -#define HAVE_LINUX_VIDEODEV_H 1
8 +/* #undef HAVE_LINUX_VIDEODEV_H */
9  
10  /* Define to 1 if you have the <memory.h> header file. */
11  #define HAVE_MEMORY_H 1
12 @@ -89,10 +89,10 @@
13  #define SIZEOF_INT 4
15  /* The size of `int *', as computed by sizeof. */
16 -#define SIZEOF_INT_P 8
17 +#define SIZEOF_INT_P 4
19  /* The size of `long int', as computed by sizeof. */
20 -#define SIZEOF_LONG_INT 8
21 +#define SIZEOF_LONG_INT 4
23  /* The size of `long long', as computed by sizeof. */
24  #define SIZEOF_LONG_LONG 8
25 @@ -101,7 +101,7 @@
26  #define SIZEOF_SHORT 2
28  /* The size of `void *', as computed by sizeof. */
29 -#define SIZEOF_VOID_P 8
30 +#define SIZEOF_VOID_P 4
32  /* Define to 1 if you have the ANSI C header files. */
33  #define STDC_HEADERS 1