[Mplayer-cvslog] CVS: main/Gui/mplayer 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/mplayer
In directory mplayer:/var/tmp.root/cvs-serv25134/Gui/mplayer
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/mplayer/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 30 Sep 2001 14:47:46 -0000 1.3
+++ Makefile 30 Sep 2001 21:59:52 -0000 1.4
@@ -10,7 +10,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