changeset 24654:effaeb5f7fde

Require atleast libnemesi 0.6.2 (range api and h263 support
author lu_zero
date Sun, 30 Sep 2007 11:11:54 +0000
parents 46dbc2e8c800
children a5ff078d7471
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 30 03:49:22 2007 +0000
+++ b/configure	Sun Sep 30 11:11:54 2007 +0000
@@ -6222,7 +6222,7 @@
 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