[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.13,1.14

Arpi of Ize arpi at mplayer.dev.hu
Wed Oct 24 16:02:21 CEST 2001


Update of /cvsroot/mplayer/main/mp3lib
In directory mplayer:/var/tmp.root/cvs-serv4903/mp3lib

Modified Files:
	Makefile 
Log Message:
MIPS support by oliver.schoenbrunner at jku.at

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile	8 Aug 2001 06:58:12 -0000	1.13
+++ Makefile	24 Oct 2001 14:02:19 -0000	1.14
@@ -4,6 +4,9 @@
 SRCS = sr1.c
 OBJS = sr1.o
 # OBJS = $(SRCS:.c,.s=.o)
+ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
+OPTFLAGS := $(OPTFLAGS:-O4=-O0)
+endif
 CFLAGS  = $(OPTFLAGS) $(EXTRA_INC)
 ifeq ($(TARGET_ARCH_X86),yes)
 SRCS += d_cpu.s decode_i586.s




More information about the MPlayer-cvslog mailing list