summaryrefslogtreecommitdiffstats
path: root/libfaad2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-08 09:12:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-08 09:12:33 +0000
commit139d5f7fcafcbfefca87e6c7252fcac1c383eea7 (patch)
tree4574ba7d4c78c14625cf775a0c62968338a368d7 /libfaad2
parent436ca3d8882be5d4e3dd689e326e88b748fb56d2 (diff)
downloadmpv-139d5f7fcafcbfefca87e6c7252fcac1c383eea7.tar.bz2
mpv-139d5f7fcafcbfefca87e6c7252fcac1c383eea7.tar.xz
Move some #defines into configure/config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libfaad2')
-rw-r--r--libfaad2/common.h9
-rw-r--r--libfaad2/local_changes.diff17
2 files changed, 1 insertions, 25 deletions
diff --git a/libfaad2/common.h b/libfaad2/common.h
index 44f1ce92a9..e43e11ed13 100644
--- a/libfaad2/common.h
+++ b/libfaad2/common.h
@@ -178,15 +178,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>
diff --git a/libfaad2/local_changes.diff b/libfaad2/local_changes.diff
index 611baad3d7..084c44bb24 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,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 @@
}