[Mplayer-cvslog] CVS: main/Gui Makefile,1.4,1.5
Zoltan Ponekker
pontscho at mplayer.dev.hu
Mon Oct 1 11:31:17 CEST 2001
Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv15001/Gui
Modified Files:
Makefile
Log Message:
some bug fix, and sub window render speed up.. 10l kola ? :)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 30 Sep 2001 21:59:34 -0000 1.4
+++ Makefile 1 Oct 2001 09:30:28 -0000 1.5
@@ -12,6 +12,9 @@
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
-fexpensive-optimizations -fschedule-insns2 -Wall
+ifeq ($(TARGET_ARCH_X86),yes)
+OPTIMIZE += -malign-double
+endif
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
More information about the MPlayer-cvslog
mailing list