patch-config_h 969 B

123456789101112131415161718192021222324252627282930313233
  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. /* Define to 1 if you have the <linux/videodev.h> header file. */
  6. -#define HAVE_LINUX_VIDEODEV_H 1
  7. +/* #undef HAVE_LINUX_VIDEODEV_H */
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. #define HAVE_MEMORY_H 1
  10. @@ -89,10 +89,10 @@
  11. #define SIZEOF_INT 4
  12. /* The size of `int *', as computed by sizeof. */
  13. -#define SIZEOF_INT_P 8
  14. +#define SIZEOF_INT_P 4
  15. /* The size of `long int', as computed by sizeof. */
  16. -#define SIZEOF_LONG_INT 8
  17. +#define SIZEOF_LONG_INT 4
  18. /* The size of `long long', as computed by sizeof. */
  19. #define SIZEOF_LONG_LONG 8
  20. @@ -101,7 +101,7 @@
  21. #define SIZEOF_SHORT 2
  22. /* The size of `void *', as computed by sizeof. */
  23. -#define SIZEOF_VOID_P 8
  24. +#define SIZEOF_VOID_P 4
  25. /* Define to 1 if you have the ANSI C header files. */
  26. #define STDC_HEADERS 1