[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [MPlayer-users] configure fails on CVS xvid
In the meantime I've built xvidcore 1.1.0, which plays nice:
============ Checking for XviD ============
#include <xvid.h>
int main(void) { xvid_init(0, 0, 0, 0); return 0; }
cc -O4 -march=athlon-xp -mcpu=athlon-xp -pipe -ffast-math
-fomit-frame-pointer -o /tmp/mplayer-conf-14749-12971.o
/tmp/mplayer-conf-12523-12971.c -lxvidcore -lm
/tmp/cceXaBJo.o(.text+0x29): In function `main':
: undefined reference to `xvid_init'
collect2: ld returned 1 exit status
ldd /tmp/mplayer-conf-14749-12971.o
ldd: /tmp/mplayer-conf-14749-12971.o: No such file or directory
#include <xvid.h>
int main(void) { xvid_global(0, 0, 0, 0); return 0; }
cc -O4 -march=athlon-xp -mcpu=athlon-xp -pipe -ffast-math
-fomit-frame-pointer -o /tmp/mplayer-conf-14749-12971.o
/tmp/mplayer-conf-12523-12971.c -lxvidcore -lm
ldd /tmp/mplayer-conf-14749-12971.o
libm.so.6 => /lib/tls/libm.so.6 (0xb7f29000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7df3000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f59000)
Result is: yes
Hope someone knowledgeable will find time to check what's wrong with
CVS xvid.
Vit
_______________________________________________
MPlayer-users mailing list
MPlayer-users@xxxxxxxxxxxx
http://mplayerhq.hu/mailman/listinfo/mplayer-users
- Re: [MPlayer-users] Re: divx 6, (continued)
- Re: [MPlayer-users] Re: divx 6, Rich Felker, 2006/04/28
- [MPlayer-users] Re: divx 6, Matthias Wieser, 2006/04/28
- Re: [MPlayer-users] Re: divx 6, Alexander Noe', 2006/04/28
- Re: [MPlayer-users] Re: divx 6, Dominik 'Rathann' Mierzejewski, 2006/04/28
- Re: [MPlayer-users] Re: divx 6, Alexander Noe', 2006/04/28
- Re: [MPlayer-users] Re: divx 6, Rich Felker, 2006/04/29
- Re: [MPlayer-users] Re: divx 6, Rich Felker, 2006/04/29
- Re: [MPlayer-users] Re: divx 6, Alexander Noe', 2006/04/29
- Re: [MPlayer-users] Re: divx 6, Rich Felker, 2006/04/29
- [MPlayer-users] configure fails on CVS xvid, vitk0, 2006/04/29
- Re: [MPlayer-users] configure fails on CVS xvid,
vitko <=
- Re: [MPlayer-users] configure fails on CVS xvid, Rich Felker, 2006/04/29
- Re: [MPlayer-users] configure fails on CVS xvid, vitko, 2006/04/30
- Re: [MPlayer-users] configure fails on CVS xvid, Jan Knutar, 2006/04/30