diff Gui/mplayer/Makefile @ 2025:0653e90b3118

some bug fix, and sub window render speed up.. 10l kola ? :)
author pontscho
date Mon, 01 Oct 2001 09:30:46 +0000
parents 8cb7643ef739
children 424595b48678
line wrap: on
line diff
--- a/Gui/mplayer/Makefile	Sun Sep 30 21:59:52 2001 +0000
+++ b/Gui/mplayer/Makefile	Mon Oct 01 09:30:46 2001 +0000
@@ -11,6 +11,9 @@
 
 OPTIMIZE =  $(OPTFLAGS) -fomit-frame-pointer \
 	    -fexpensive-optimizations -fschedule-insns2 -Wall
+ifeq ($(TARGET_ARCH_X86),yes)
+OPTIMIZE += -malign-double
+endif
 
 CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)