summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/Makefile')
-rw-r--r--Gui/mplayer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/mplayer/Makefile b/Gui/mplayer/Makefile
index 138bb01a37..bc7b245c99 100644
--- a/Gui/mplayer/Makefile
+++ b/Gui/mplayer/Makefile
@@ -11,6 +11,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)