summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-30 14:47:46 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-30 14:47:46 +0000
commitc4ed3a7358e784f901a3e6f6fbdcb5c769c3f5df (patch)
treec1b73b24f5661749f8540d087c2401c124cd78b3 /Gui
parent0f40b9d52f5a7c076f1d159ef6d12fea435f3bfd (diff)
downloadmpv-c4ed3a7358e784f901a3e6f6fbdcb5c769c3f5df.tar.bz2
mpv-c4ed3a7358e784f901a3e6f6fbdcb5c769c3f5df.tar.xz
gcc3 compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2023 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/Makefile b/Gui/mplayer/Makefile
index 5b1b59a45d..9b4bcea5fd 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 -mwide-multiply -Wall
+ -fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)