From 18bee86bc1757deec932eaa545a56a9c27e2b330 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 3 Mar 2007 07:58:36 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200) -#error Please upgrade to version 2004.07.19 or later of the "LIVE555 Streaming Media" libraries - available from +#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600) +#error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from #endif int main(void) {} EOF -- cgit v1.2.3