Mercurial > mplayer.hg
diff libfaad2/local_changes.diff @ 24011:aa0a5aa712fc
Move some #defines into configure/config.h.
| author | diego |
|---|---|
| date | Wed, 08 Aug 2007 09:12:33 +0000 |
| parents | bc29871be2fd |
| children | 1ac62a61ea56 |
line wrap: on
line 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 <stdio.h> - #if HAVE_SYS_TYPES_H - # include <sys/types.h> @@ -289,7 +319,7 @@ }
