summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-30 23:40:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-30 23:40:13 +0000
commit72685f8efc0daaa92084325fc1357dde7d39801a (patch)
tree9647dc569efd2ff856ecafb4110b91e58a59bb14 /configure
parentf64d639d2b771a6fd2b67b213c531628d8ce1c83 (diff)
downloadmpv-72685f8efc0daaa92084325fc1357dde7d39801a.tar.bz2
mpv-72685f8efc0daaa92084325fc1357dde7d39801a.tar.xz
Add 4 more config.h #defines for libfaad2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28400 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 21fb236247..b45b9d5ecc 100755
--- a/configure
+++ b/configure
@@ -8254,6 +8254,11 @@ $_def_fast_inttypes
/* libfaad2 + libdvdread */
#define STDC_HEADERS 1
#define HAVE_MEMCPY 1
+/* libfaad2 */
+#define HAVE_STRING_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
/* libdvdread */
#define HAVE_UINTPTR_T 1