[MPlayer-cvslog] r22703 - trunk/mp3lib/Makefile

diego subversion at mplayerhq.hu
Sat Mar 17 19:25:15 CET 2007


Author: diego
Date: Sat Mar 17 19:25:15 2007
New Revision: 22703

Modified:
   trunk/mp3lib/Makefile

Log:
Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.


Modified: trunk/mp3lib/Makefile
==============================================================================
--- trunk/mp3lib/Makefile	(original)
+++ trunk/mp3lib/Makefile	Sat Mar 17 19:25:15 2007
@@ -2,10 +2,6 @@ include ../config.mak
 
 LIBNAME_COMMON = libmp3.a
 
-ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
-OPTFLAGS := $(OPTFLAGS:-O4=-O0)
-endif
-
 SRCS_COMMON = sr1.c
 ifeq ($(TARGET_ARCH_X86_32),yes)
 SRCS_COMMON                   += decode_i586.c



More information about the MPlayer-cvslog mailing list