From ec89943846bb9e08e6e50d48e52bf40247cc5152 Mon Sep 17 00:00:00 2001 From: lu_zero Date: Sun, 30 Sep 2007 11:11:54 +0000 Subject: [PATCH] Require atleast libnemesi 0.6.2 (range api and h263 support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24674 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dc56f84cd5..5b97ebaf3b 100755 --- a/configure +++ b/configure @@ -6222,7 +6222,7 @@ echores "$_qtx" echocheck "Nemesi Streaming Media libraries" if test "$_nemesi" = auto && test "$_network" = yes ; then _nemesi=no - if $_pkg_config --exists libnemesi ; then + if $_pkg_config libnemesi --atleast-version=0.6.2 ; then _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`" _nemesi=yes fi