[MPlayer-dev-eng] [PATCH] configure LIVE autodetection
Diego Biurrun
diego at biurrun.de
Thu Aug 5 00:42:24 CEST 2004
Torinthiel writes:
> I have copied LIVE version test from libmpdemux/demux_rtp_internal.h to
> ./configure script. Could someone look at it and say if it is ok to
> apply? Especially there was a #undef STREAM_SEEK just before #include
> in demux_rtp_internal.h, and however I don't think it has any effect on
> test, I'm not sure about it.
That #undef was a MinGW compilation fix, just look at the CVS log.
Anyway, it seems to work without it on MinGW.
In principle moving this test here is a great idea, configure should
detect if it is the correct library version, compilation breaking
every once in a while because the lib is outdated is annoying. But
LIVE.COM is a bit special in that it does not usually get installed in
standard locations, so you have to use the --with-livelibdir option.
This option sets live=yes, though, so the test is never run...
Diego
More information about the MPlayer-dev-eng
mailing list