Mercurial > mplayer.hg
changeset 2022:125ce43b3ac1
gcc3 compile fix
author | atmos4 |
---|---|
date | Sun, 30 Sep 2001 14:47:46 +0000 |
parents | 55fa15fd51fc |
children | 77016d19ff19 |
files | Gui/mplayer/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/mplayer/Makefile Sat Sep 29 22:14:58 2001 +0000 +++ b/Gui/mplayer/Makefile Sun Sep 30 14:47:46 2001 +0000 @@ -10,7 +10,7 @@ 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)