summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 09:30:46 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 09:30:46 +0000
commit8fde780d464f4390827e4632ea1f081b044b84cc (patch)
tree7ceb51b3de6ee36a0f92c11ef41b79d96003c19a /Gui/Makefile
parent14768c4b7a71475369cc7c14aef30517d6911e63 (diff)
downloadmpv-8fde780d464f4390827e4632ea1f081b044b84cc.tar.bz2
mpv-8fde780d464f4390827e4632ea1f081b044b84cc.tar.xz
some bug fix, and sub window render speed up.. 10l kola ? :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2026 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/Makefile')
-rw-r--r--Gui/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 7ea129a4e7..eead879efa 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -12,6 +12,9 @@ INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
-fexpensive-optimizations -fschedule-insns2 -Wall
+ifeq ($(TARGET_ARCH_X86),yes)
+OPTIMIZE += -malign-double
+endif
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)