[MPlayer-dev-eng] MIPS compiler workaround in mp3lib/Makefile

Diego Biurrun diego at biurrun.de
Sat Mar 17 00:47:51 CET 2007


The following in mp3lib/Makefile looks like a compiler bug workaround
(for an ancient and obsolete compiler probably) to me:

  ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
  OPTFLAGS := $(OPTFLAGS:-O4=-O0)
  endif

We don't do compiler bug workarounds normally, thus I'm tempted to
remove it.  Opinions?

Diego




More information about the MPlayer-dev-eng mailing list