summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-30 21:59:52 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-30 21:59:52 +0000
commit14768c4b7a71475369cc7c14aef30517d6911e63 (patch)
tree9f4e2bf0058aadc1688c2d10a24ff73c770cba90 /Gui/mplayer
parent155ce824e9ada91beec9280f6f1c1af8618df1e5 (diff)
downloadmpv-14768c4b7a71475369cc7c14aef30517d6911e63.tar.bz2
mpv-14768c4b7a71475369cc7c14aef30517d6911e63.tar.xz
Remved cpu specific compiler optimizations, these should if at all be added dynamically by configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2025 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer')
-rw-r--r--Gui/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/Makefile b/Gui/mplayer/Makefile
index 9b4bcea5fd..138bb01a37 100644
--- a/Gui/mplayer/Makefile
+++ b/Gui/mplayer/Makefile
@@ -10,7 +10,7 @@ LIB = mplayer
INCDIR = -I. -I../event -I../wm -I../skin $(GTKINC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
- -fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
+ -fexpensive-optimizations -fschedule-insns2 -Wall
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)