summaryrefslogtreecommitdiffstats
path: root/libfaad2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 08:57:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 08:57:20 +0000
commit716fc494f337315478c9cbf912c81a37afdd2529 (patch)
tree4e1aba2034ed3a0e61161c14dc0bc36086afe47a /libfaad2
parent9a53035f1abdf9c5d61e3859b149eef7da878a1e (diff)
downloadmpv-716fc494f337315478c9cbf912c81a37afdd2529.tar.bz2
mpv-716fc494f337315478c9cbf912c81a37afdd2529.tar.xz
HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24021 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libfaad2')
-rw-r--r--libfaad2/common.h7
-rw-r--r--libfaad2/local_changes.diff9
2 files changed, 1 insertions, 15 deletions
diff --git a/libfaad2/common.h b/libfaad2/common.h
index 1cd123ed55..44f1ce92a9 100644
--- a/libfaad2/common.h
+++ b/libfaad2/common.h
@@ -178,16 +178,9 @@ typedef float float32_t;
#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
diff --git a/libfaad2/local_changes.diff b/libfaad2/local_changes.diff
index 464f80c26d..611baad3d7 100644
--- a/libfaad2/local_changes.diff
+++ b/libfaad2/local_changes.diff
@@ -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
+