[MPlayer-users] FYI, powerpc users: compiling MPlayer-0.90pre6/mp3lib

Paul Stoeber paul.stoeber at stud.tu-ilmenau.de
Sat Aug 31 22:35:02 CEST 2002


If you build with gcc-2.95.2 (distributed with debian potato r6),
then sound produced by mp3lib will be garbled.  Disabling optimization (

--- MPlayer-0.90pre6/mp3lib/Makefile.orig	Sat Aug 31 20:01:33 2002
+++ MPlayer-0.90pre6/mp3lib/Makefile	Sat Aug 31 20:04:57 2002
@@ -4,9 +4,7 @@
 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 += decode_i586.c

after ./configure) fixes that but degrades the video framerate.

If you build with gcc-2.95.4 (distributed with debian woody r0),
you don't have that problem.




More information about the MPlayer-users mailing list