[MPlayer-cvslog] r24674 - trunk/configure

lu_zero subversion at mplayerhq.hu
Sun Sep 30 13:11:55 CEST 2007


Author: lu_zero
Date: Sun Sep 30 13:11:54 2007
New Revision: 24674

Log:
Require atleast libnemesi 0.6.2 (range api and h263 support

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Sep 30 13:11:54 2007
@@ -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



More information about the MPlayer-cvslog mailing list