summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-23 22:53:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-23 22:53:42 +0000
commita5b7fe4b7c64bcef292d7fbf6a136e445b626158 (patch)
tree0df1804eb62e5a953314657cd830f67ccbacecb8
parent1888de07f7c627f84c31df91c7f8497c36c83d5c (diff)
downloadmpv-a5b7fe4b7c64bcef292d7fbf6a136e445b626158.tar.bz2
mpv-a5b7fe4b7c64bcef292d7fbf6a136e445b626158.tar.xz
Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29042 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure b/configure
index b0f835e494..8d6ba9f83d 100755
--- a/configure
+++ b/configure
@@ -8073,11 +8073,9 @@ INSTALLSTRIP = $_install_strip
RANLIB = $_ranlib
WINDRES = $_windres
-EXTRA_INC = $_inc_extra
-EXTRAXX_INC = $_inc_extra $_inc_extraxx
-CFLAGS = $CFLAGS \$(EXTRA_INC)
-OPTFLAGS = $CFLAGS \$(EXTRA_INC)
-CXXFLAGS = $CXXFLAGS \$(EXTRAXX_INC)
+CFLAGS = $CFLAGS $_inc_extra
+OPTFLAGS = $CFLAGS $_inc_extra
+CXXFLAGS = $CXXFLAGS $_inc_extra $_inc_extraxx
CFLAGS_DHAHELPER = $cflags_dhahelper
CFLAGS_FAAD_FIXED = $cflags_faad_fixed
CFLAGS_LIBDVDCSS = $cflags_libdvdcss