# HG changeset patch # User diego # Date 1186564353 0 # Node ID aa0a5aa712fc2c022fb4c1e515b791a3f1714956 # Parent 06bb7bca1a10f2965dffb603a40fa644f6290362 Move some #defines into configure/config.h. diff -r 06bb7bca1a10 -r aa0a5aa712fc configure --- a/configure Wed Aug 08 08:59:59 2007 +0000 +++ b/configure Wed Aug 08 09:12:33 2007 +0000 @@ -7680,6 +7680,18 @@ /* int_fastXY_t emulation */ $_def_fast_inttypes +/* libdvdcss */ +#define HAVE_ERRNO_H 1 +#define HAVE_LIMITS_H 1 + +/* libdvdcss + libfaad2 */ +#define HAVE_UNISTD_H 1 + +/* libfaad2 */ +#define STDC_HEADERS 1 +#define HAVE_MEMCPY 1 +#define HAVE_STRCHR 1 + /* use GNU internationalization */ $_def_i18n diff -r 06bb7bca1a10 -r aa0a5aa712fc libdvdcss/Makefile --- a/libdvdcss/Makefile Wed Aug 08 08:59:59 2007 +0000 +++ b/libdvdcss/Makefile Wed Aug 08 09:12:33 2007 +0000 @@ -9,7 +9,6 @@ libdvdcss.c \ #bsdi_ioctl \ -CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \ - -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_UNISTD_H +CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" include ../mpcommon.mak diff -r 06bb7bca1a10 -r aa0a5aa712fc libfaad2/common.h --- a/libfaad2/common.h Wed Aug 08 08:59:59 2007 +0000 +++ b/libfaad2/common.h Wed Aug 08 09:12:33 2007 +0000 @@ -178,15 +178,6 @@ #else -/* Define if you have the `memcpy' function. */ -#define HAVE_MEMCPY 1 - -/* Define if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - #include #if HAVE_SYS_TYPES_H # include diff -r 06bb7bca1a10 -r aa0a5aa712fc libfaad2/local_changes.diff --- a/libfaad2/local_changes.diff Wed Aug 08 08:59:59 2007 +0000 +++ b/libfaad2/local_changes.diff Wed Aug 08 09:12:33 2007 +0000 @@ -76,7 +76,7 @@ typedef unsigned __int64 uint64_t; typedef unsigned __int32 uint32_t; typedef unsigned __int16 uint16_t; -@@ -159,11 +169,24 @@ +@@ -159,5 +169,9 @@ typedef __int32 int32_t; typedef __int16 int16_t; typedef __int8 int8_t; @@ -86,21 +86,6 @@ + typedef float float32_t; - - #else - -+/* Define if you have the `memcpy' function. */ -+#define HAVE_MEMCPY 1 -+ -+/* Define if you have the `strchr' function. */ -+#define HAVE_STRCHR 1 -+ -+/* Define if you have the ANSI C header files. */ -+#define STDC_HEADERS 1 -+ - #include - #if HAVE_SYS_TYPES_H - # include @@ -289,7 +319,7 @@ }