[Mplayer-cvslog] CVS: main configure,1.805,1.806

Alex Beregszaszi alex at mplayerhq.hu
Fri Nov 7 00:11:41 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv26039

Modified Files:
	configure 
Log Message:
pass extra includes to lavc too (hopefully fixes the bsd & lavc & lame issue)

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.805
retrieving revision 1.806
diff -u -r1.805 -r1.806
--- configure	6 Nov 2003 22:57:40 -0000	1.805
+++ configure	6 Nov 2003 23:11:15 -0000	1.806
@@ -5051,9 +5051,6 @@
     _def_mp3lame='#undef HAVE_MP3LAME'
   fi
   echores "$_mp3lame"
-  if freebsd ; then
-    _mp3lame=no
-  fi
 
 
   echocheck "DivX4linux encore (for mencoder)"
@@ -5714,8 +5711,8 @@
 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



More information about the MPlayer-cvslog mailing list