[MPlayer-cvslog] r22418 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Mar 3 08:58:36 CET 2007
Author: diego
Date: Sat Mar 3 08:58:36 2007
New Revision: 22418
Modified:
trunk/configure
Log:
live555 version 2006.03.03 or later is needed to compile MPlayer.
patch by Carl Eugen Hoyos, cehoyos ag.or at
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Mar 3 08:58:36 2007
@@ -6065,8 +6065,8 @@ echocheck "LIVE555 Streaming Media libra
if test "$_live" = auto && test "$_network" = yes ; then
cat > $TMPCPP << EOF
#include <liveMedia.hh>
-#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200)
-#error Please upgrade to version 2004.07.19 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
+#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
+#error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
#endif
int main(void) {}
EOF
More information about the MPlayer-cvslog
mailing list