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
This commit is contained in:
alex 2003-11-06 23:11:15 +00:00
parent 47fc787f21
commit 65d4cf9c64
1 changed files with 1 additions and 4 deletions

5
configure vendored
View File

@ -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