comparison 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
comparison
equal deleted inserted replaced
24010:06bb7bca1a10 24011:aa0a5aa712fc
74 74
75 +#if 0 75 +#if 0
76 typedef unsigned __int64 uint64_t; 76 typedef unsigned __int64 uint64_t;
77 typedef unsigned __int32 uint32_t; 77 typedef unsigned __int32 uint32_t;
78 typedef unsigned __int16 uint16_t; 78 typedef unsigned __int16 uint16_t;
79 @@ -159,11 +169,24 @@ 79 @@ -159,5 +169,9 @@
80 typedef __int32 int32_t; 80 typedef __int32 int32_t;
81 typedef __int16 int16_t; 81 typedef __int16 int16_t;
82 typedef __int8 int8_t; 82 typedef __int8 int8_t;
83 +#else 83 +#else
84 +#include <inttypes.h> 84 +#include <inttypes.h>
85 +#endif 85 +#endif
86 + 86 +
87 typedef float float32_t; 87 typedef float float32_t;
88 88
89
90 #else
91
92 +/* Define if you have the `memcpy' function. */
93 +#define HAVE_MEMCPY 1
94 +
95 +/* Define if you have the `strchr' function. */
96 +#define HAVE_STRCHR 1
97 +
98 +/* Define if you have the ANSI C header files. */
99 +#define STDC_HEADERS 1
100 +
101 #include <stdio.h>
102 #if HAVE_SYS_TYPES_H
103 # include <sys/types.h>
104 @@ -289,7 +319,7 @@ 89 @@ -289,7 +319,7 @@
105 } 90 }
106 91
107 92
108 - #if defined(_WIN32) && !defined(__MINGW32__) 93 - #if defined(_WIN32) && !defined(__MINGW32__)