[Mplayer-cvslog] CVS: main/Gui/mplayer Makefile,1.2,1.3
Atmosfear
atmos4 at mplayer.dev.hu
Sun Sep 30 16:48:15 CEST 2001
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv7404/mplayer
Modified Files:
Makefile
Log Message:
gcc3 compile fix
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile 7 Sep 2001 21:04:14 -0000 1.2
+++ Makefile 30 Sep 2001 14:47:46 -0000 1.3
@@ -10,7 +10,7 @@
INCDIR = -I. -I../event -I../wm -I../skin $(GTKINC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
- -fexpensive-optimizations -malign-double -fschedule-insns2 -mwide-multiply -Wall
+ -fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
More information about the MPlayer-cvslog
mailing list