summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-03 07:58:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-03 07:58:36 +0000
commit18bee86bc1757deec932eaa545a56a9c27e2b330 (patch)
treeb38b72552eac320efbf38d5784f261dcaa2fedac /configure
parent0b13fce149369e3af9083d65eb5cf36a459276c8 (diff)
downloadmpv-18bee86bc1757deec932eaa545a56a9c27e2b330.tar.bz2
mpv-18bee86bc1757deec932eaa545a56a9c27e2b330.tar.xz
live555 version 2006.03.03 or later is needed to compile MPlayer.
patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22418 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 799e334990..c95c9f055e 100755
--- a/configure
+++ b/configure
@@ -6065,8 +6065,8 @@ echocheck "LIVE555 Streaming Media libraries"
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