changeset 22400:4c93dd37fda9

live555 version 2006.03.03 or later is needed to compile MPlayer. patch by Carl Eugen Hoyos, cehoyos ag.or at
author diego
date Sat, 03 Mar 2007 07:58:36 +0000
parents 299ec0c2a313
children 0fd3c34a3127
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Mar 02 19:54:40 2007 +0000
+++ b/configure	Sat Mar 03 07:58:36 2007 +0000
@@ -6065,8 +6065,8 @@
 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