Mercurial > mplayer.hg
diff Gui/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 | 3997f8eec36e |
line wrap: on
line diff
--- a/Gui/Makefile Sun Sep 30 21:59:52 2001 +0000 +++ b/Gui/Makefile Mon Oct 01 09:30:46 2001 +0000 @@ -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)