Mercurial > mplayer.hg
comparison configure @ 34866:c61cdfafa6d1
More extensive LIVE555 check that will fail with incompatible newer versions.
author | reimar |
---|---|
date | Mon, 21 May 2012 20:21:32 +0000 |
parents | a8b2db27349e |
children | b17f43c85802 |
comparison
equal
deleted
inserted
replaced
34865:a8b2db27349e | 34866:c61cdfafa6d1 |
---|---|
6669 #include <liveMedia.hh> | 6669 #include <liveMedia.hh> |
6670 #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600) | 6670 #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600) |
6671 #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/> | 6671 #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/> |
6672 #endif | 6672 #endif |
6673 #include "BasicUsageEnvironment.hh" | 6673 #include "BasicUsageEnvironment.hh" |
6674 int main(void) { BasicTaskScheduler::createNew(); return 0; } | 6674 int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; } |
6675 EOF | 6675 EOF |
6676 | 6676 |
6677 _live=no | 6677 _live=no |
6678 for I in $extra_cflags "-I$_libdir/live" "-I/usr/lib/live" "-I/usr/lib64/live" "-I/usr/local/live" "-I/usr/local/lib/live" ; do | 6678 for I in $extra_cflags "-I$_libdir/live" "-I/usr/lib/live" "-I/usr/lib64/live" "-I/usr/local/live" "-I/usr/local/lib/live" ; do |
6679 _livelibdir=$(echo $I| sed s/-I//) | 6679 _livelibdir=$(echo $I| sed s/-I//) |