[Mplayer-cvslog] CVS: main/Gui Makefile,1.3,1.4
Atmosfear
atmos4 at mplayer.dev.hu
Sun Sep 30 23:59:55 CEST 2001
Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv25134/Gui
Modified Files:
Makefile
Log Message:
Remved cpu specific compiler optimizations, these should if at all be added dynamically by configure.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 7 Sep 2001 21:04:14 -0000 1.3
+++ Makefile 30 Sep 2001 21:59:34 -0000 1.4
@@ -11,7 +11,7 @@
INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
- -fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
+ -fexpensive-optimizations -fschedule-insns2 -Wall
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
More information about the MPlayer-cvslog
mailing list