[Mplayer-cvslog] CVS: main configure,1.863,1.864
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu May 20 23:22:10 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv20516
Modified Files:
configure
Log Message:
MinGW doesn't accept trailing /
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.863
retrieving revision 1.864
diff -u -r1.863 -r1.864
--- configure 12 May 2004 22:49:23 -0000 1.863
+++ configure 20 May 2004 21:22:07 -0000 1.864
@@ -5962,7 +5962,7 @@
INSTALL = $_install
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
EXTRA_INC = $_inc_extra $_inc_gtk
-OPTFLAGS = -I../libvo/ -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
+OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries
$_live_libs_def
More information about the MPlayer-cvslog
mailing list