[MPlayer-users] XviD support and MPlayer

Martin Collins martin at mkcollins.org
Sun Apr 11 15:43:28 CEST 2004


On Sun, 11 Apr 2004 13:03:26 +0200
dooble M <dooblem at altern.org> wrote:

>     I'm running under Debian Sarge and I have some difficulties to 
> compile MPlayer with XviD support:
...
> #include <xvid.h>
> int main(void) { xvid_init(0, 0, 0, 0); return 0; }
> 
> gcc    /tmp/mplayer-conf-32652-760.c -o /tmp/mplayer-conf-856-760.o 
> -lxvidcore -lm
> /tmp/ccssDJ2z.o(.text+0x30): In function `main':
> : undefined reference to `xvid_init'
> collect2: ld returned 1 exit status

It didn't find the xvid library. Try running configure with
 --withxvidlibdir=/usr/lib --withxvidincdir=/usr/include

Martin




More information about the MPlayer-users mailing list