[Mplayer-cvslog] CVS: main/libmpdvdkit Makefile,1.4,1.5
Arpi of Ize
arpi at mplayerhq.hu
Thu May 2 01:44:31 CEST 2002
Update of /cvsroot/mplayer/main/libmpdvdkit
In directory mail:/var/tmp.root/cvs-serv29091
Modified Files:
Makefile
Log Message:
unroll-loops triggered gcc3 bug - found by Jonas Jermann (goth)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 24 Apr 2002 21:17:40 -0000 1.4
+++ Makefile 1 May 2002 23:44:17 -0000 1.5
@@ -17,10 +17,11 @@
OPTFLAGS += -DHAVE_MPLAYER
endif
+# -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug
CFLAGS= -I. $(OPTFLAGS) \
-D_LARGEFILE64_SOURCE \
-DSYS_LINUX -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_REENTRANT -D_GNU_SOURCE \
- -ffast-math -funroll-loops -fomit-frame-pointer
+ -ffast-math -fomit-frame-pointer
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<
More information about the MPlayer-cvslog
mailing list