comparison configure @ 11405:8b62788d4d1b

pass extra includes to lavc too (hopefully fixes the bsd & lavc & lame issue)
author alex
date Thu, 06 Nov 2003 23:11:15 +0000
parents ddff8d18dcc1
children 77af55c1b661
comparison
equal deleted inserted replaced
11404:ddff8d18dcc1 11405:8b62788d4d1b
5049 _ld_mp3lame="-lmp3lame $_ld_vorbis" 5049 _ld_mp3lame="-lmp3lame $_ld_vorbis"
5050 else 5050 else
5051 _def_mp3lame='#undef HAVE_MP3LAME' 5051 _def_mp3lame='#undef HAVE_MP3LAME'
5052 fi 5052 fi
5053 echores "$_mp3lame" 5053 echores "$_mp3lame"
5054 if freebsd ; then
5055 _mp3lame=no
5056 fi
5057 5054
5058 5055
5059 echocheck "DivX4linux encore (for mencoder)" 5056 echocheck "DivX4linux encore (for mencoder)"
5060 cat > $TMPC << EOF 5057 cat > $TMPC << EOF
5061 #include <encore2.h> 5058 #include <encore2.h>
5712 CC = $_cc 5709 CC = $_cc
5713 AWK = $_awk 5710 AWK = $_awk
5714 RANLIB = $_ranlib 5711 RANLIB = $_ranlib
5715 INSTALL = $_install 5712 INSTALL = $_install
5716 # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math 5713 # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
5717 OPTFLAGS = $CFLAGS
5718 EXTRA_INC = $_inc_extra $_inc_gtk 5714 EXTRA_INC = $_inc_extra $_inc_gtk
5715 OPTFLAGS = $CFLAGS \$(EXTRA_INC)
5719 STRIPBINARIES = $_stripbinaries 5716 STRIPBINARIES = $_stripbinaries
5720 5717
5721 $_live_libs_def 5718 $_live_libs_def
5722 5719
5723 MPLAYER_NETWORK = $_network 5720 MPLAYER_NETWORK = $_network