changeset 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 b791b4959a50
children 4aadd7aea5c1
files libfaad2/common.h libfaad2/local_changes.diff
diffstat 2 files changed, 1 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/libfaad2/common.h	Tue Aug 07 08:50:16 2007 +0000
+++ b/libfaad2/common.h	Tue Aug 07 08:57:20 2007 +0000
@@ -178,16 +178,9 @@
 
 #else
 
-/* #undef HAVE_FLOAT32_T */
-/* Define if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
 /* Define if you have the `memcpy' function. */
 #define HAVE_MEMCPY 1
 
-/* Define if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
 /* Define if you have the `strchr' function. */
 #define HAVE_STRCHR 1
 
--- a/libfaad2/local_changes.diff	Tue Aug 07 08:50:16 2007 +0000
+++ b/libfaad2/local_changes.diff	Tue Aug 07 08:57:20 2007 +0000
@@ -76,7 +76,7 @@
  typedef unsigned __int64 uint64_t;
  typedef unsigned __int32 uint32_t;
  typedef unsigned __int16 uint16_t;
-@@ -159,11 +169,31 @@
+@@ -159,11 +169,24 @@
  typedef __int32 int32_t;
  typedef __int16 int16_t;
  typedef __int8  int8_t;
@@ -89,16 +89,9 @@
  
  #else
  
-+/* #undef HAVE_FLOAT32_T */
-+/* Define if you have the <inttypes.h> header file. */
-+#define HAVE_INTTYPES_H 1
-+
 +/* Define if you have the `memcpy' function. */
 +#define HAVE_MEMCPY 1
 +
-+/* Define if you have the <stdint.h> header file. */
-+#define HAVE_STDINT_H 1
-+
 +/* Define if you have the `strchr' function. */
 +#define HAVE_STRCHR 1
 +