summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-06 23:11:15 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-06 23:11:15 +0000
commit65d4cf9c64f88cafe695a93185113adaff4071d9 (patch)
treefd8e844ab1d0329ed227ef29213bfbe2aaec500b /configure
parent47fc787f210108cb8c483ae1d64e7cbb044763a7 (diff)
downloadmpv-65d4cf9c64f88cafe695a93185113adaff4071d9.tar.bz2
mpv-65d4cf9c64f88cafe695a93185113adaff4071d9.tar.xz
pass extra includes to lavc too (hopefully fixes the bsd & lavc & lame issue)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11406 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 8b27469c64..485f62514d 100755
--- a/configure
+++ b/configure
@@ -5051,9 +5051,6 @@ EOF
_def_mp3lame='#undef HAVE_MP3LAME'
fi
echores "$_mp3lame"
- if freebsd ; then
- _mp3lame=no
- fi
echocheck "DivX4linux encore (for mencoder)"
@@ -5714,8 +5711,8 @@ AWK = $_awk
RANLIB = $_ranlib
INSTALL = $_install
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
-OPTFLAGS = $CFLAGS
EXTRA_INC = $_inc_extra $_inc_gtk
+OPTFLAGS = $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries
$_live_libs_def