[MPlayer-dev-eng] [PATCH] Xvid detection broken on cvs head

Ivan Kalvachev ivan at cacad.com
Sat Nov 15 22:12:52 CET 2003


ismail \"cartman\" dönmez said:
> Hi,
>
> Attached patch fixes xvid detection regression . This is regressed by
> Gabucino's checkin on "configure" to add Xvid4 support.
>
> Regards,
> /ismail
>
> --
> Joe Random Hacker since 2002
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
First Gabucino is not the one that had added XviD4 support!
Second, I checked the cvs, applied your patch and runned configure.
This is the result of XviD detection I got.
Your patch is rejected. Send a better one and explain that's your problem:|

============ Checking for XviD ============

#include <xvid.h>
int main(void) { xvid_init(0, 0, 0, 0); return 0; }

cc     /tmp/mplayer-conf-7422-2969.c -o /tmp/mplayer-conf-19378-2969.o
xvidcore
-lm
cc: xvidcore: No such file or directory

ldd /tmp/mplayer-conf-19378-2969.o
ldd: /tmp/mplayer-conf-19378-2969.o: No such file or directory


#include <xvid.h>
int main(void) { xvid_global(0, 0, 0, 0); return 0; }

cc     /tmp/mplayer-conf-7422-2969.c -o /tmp/mplayer-conf-19378-2969.o
xvidcore
-lm
cc: xvidcore: No such file or directory

ldd /tmp/mplayer-conf-19378-2969.o
ldd: /tmp/mplayer-conf-19378-2969.o: No such file or directory

Result is: no
##########################################



More information about the MPlayer-dev-eng mailing list