comparison libfaad2/local_changes.diff @ 24001:bc29871be2fd

HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.
author diego
date Tue, 07 Aug 2007 08:57:20 +0000
parents 0783dd397f74
children aa0a5aa712fc
comparison
equal deleted inserted replaced
24000:b791b4959a50 24001:bc29871be2fd
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,31 @@ 79 @@ -159,11 +169,24 @@
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>
87 typedef float float32_t; 87 typedef float float32_t;
88 88
89 89
90 #else 90 #else
91 91
92 +/* #undef HAVE_FLOAT32_T */
93 +/* Define if you have the <inttypes.h> header file. */
94 +#define HAVE_INTTYPES_H 1
95 +
96 +/* Define if you have the `memcpy' function. */ 92 +/* Define if you have the `memcpy' function. */
97 +#define HAVE_MEMCPY 1 93 +#define HAVE_MEMCPY 1
98 +
99 +/* Define if you have the <stdint.h> header file. */
100 +#define HAVE_STDINT_H 1
101 + 94 +
102 +/* Define if you have the `strchr' function. */ 95 +/* Define if you have the `strchr' function. */
103 +#define HAVE_STRCHR 1 96 +#define HAVE_STRCHR 1
104 + 97 +
105 +/* Define if you have the ANSI C header files. */ 98 +/* Define if you have the ANSI C header files. */