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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22703 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 18:25:15 +00:00
parent e916b43fdc
commit b5abaa0a52
1 changed files with 0 additions and 4 deletions

View File

@ -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