Mercurial > mplayer.hg
changeset 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 | 2041abc4ee06 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon May 21 20:08:01 2012 +0000 +++ b/configure Mon May 21 20:21:32 2012 +0000 @@ -6671,7 +6671,7 @@ #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/> #endif #include "BasicUsageEnvironment.hh" -int main(void) { BasicTaskScheduler::createNew(); return 0; } +int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; } EOF _live=no