[MPlayer-dev-eng] [PATCH] remove mp3lib

Diego Biurrun diego at biurrun.de
Sun Dec 11 15:42:29 CET 2011


On Fri, Dec 02, 2011 at 09:30:29AM +0100, Thomas Orgis wrote:
> Am Tue, 22 Nov 2011 21:46:25 +0100
> schrieb Diego Biurrun <diego at biurrun.de>: 
> 
> > Since I'm probably the only living person still using a K6-III
> 
> Really, that's a bold assumption, thinking abour 3rd world and all.

The machine is not fast enough for YouTube == useless :)

> > That said, if you give me something to benchmark, I will.
> 
> Well, somewhat: I'd like to know if you manage to build a working
> MPlayer on the K6-III (was it a K6-III+, like mine -- difference should
> be in extended 3DNow?). I rigged-up my K6-III+ gear again and put
> debian stable (6.0.3) on it as a baseline. Fetched MPlayer
> sources, ./configure && make ... run ./mplayer: illegal instruction.

gcc bug when -march -mtune is set to native.

> Then, I built with CFLAGS="-O3 -march=k6-3 -g -pipe" and the build
> fails in libswscale with the assembler not getting enough registers to
> work with. Do you have tips on getting a working build of current
> MPlayer sources?

Last time I tried it worked with '-march=k6-3 -mtune=k6-3' added to
CFLAGS, so try dropping some of the other flags and/or compiling the
single failing file with different flags.

Diego


More information about the MPlayer-dev-eng mailing list