[MPlayer-dev-eng] libdha broken for ppc?

Diego Biurrun diego at biurrun.de
Fri Apr 6 14:24:54 CEST 2007


On Fri, Apr 06, 2007 at 12:50:43AM +0200, Luca Barbato wrote:
> I tried to build a fresh snapshot and I ended up with libdha not linking
> because of missing definitions of outb and friends...
> 
> I'm trying to track the commit breaking it right now, if somebody knows
> when it happend I'd be glad to avoid to checking ^^;

The following commit broke it:

------------------------------------------------------------------------
r22875 | ben | 2007-04-01 13:06:06 +0200 (Sun, 01 Apr 2007) | 1 line

switch to new internal vidix API, no more dlopen/dlsym, libvidix is now
a fully static library with all drivers built-in
------------------------------------------------------------------------

and the error message is

libdha/libdha.a(libdha.o): In function `OUTPORT32':
libdha.c:(.text+0x10): undefined reference to `outl'
libdha/libdha.a(libdha.o): In function `OUTPORT16':
libdha.c:(.text+0x34): undefined reference to `outw'
libdha/libdha.a(libdha.o): In function `OUTPORT8':
libdha.c:(.text+0x58): undefined reference to `outb'
libdha/libdha.a(libdha.o): In function `INPORT32':
libdha.c:(.text+0x7c): undefined reference to `inl'
libdha/libdha.a(libdha.o): In function `INPORT16':
libdha.c:(.text+0xa0): undefined reference to `inw'
libdha/libdha.a(libdha.o): In function `INPORT8':
libdha.c:(.text+0xc8): undefined reference to `inb'
collect2: ld returned 1 exit status

> lu - git-bisect is a wonderful tool...

lol

With Subversion all you need is elementary school math.  I don't need
nor want a tool to tell me which is the mid point between, say, 22800
and 22900...

Diego



More information about the MPlayer-dev-eng mailing list