summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-28 16:57:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-28 16:57:22 +0000
commit3a313f4def29435ce6cf16e1af7301325791d6af (patch)
treecdd990c285305ef2d2185deb0484a2c2c81d38f7 /configure
parentcc9fdab3e85ef8d9261d75f492791f5990912330 (diff)
downloadmpv-3a313f4def29435ce6cf16e1af7301325791d6af.tar.bz2
mpv-3a313f4def29435ce6cf16e1af7301325791d6af.tar.xz
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
use them only when compiling objects from those subdirectories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27359 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 4537690bbb..ef122026de 100755
--- a/configure
+++ b/configure
@@ -7639,11 +7639,6 @@ if test "$_largefiles" = yes || freebsd ; then
fi
fi
-# Make sure config.h gets included.
-if test "$_dvdread_internal" = yes || test "$_faad_internal" = yes ; then
- CFLAGS="$CFLAGS -DHAVE_CONFIG_H"
-fi
-
CFLAGS="-I. $CFLAGS"
CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS"