diff configure @ 24855:2c790baff42c

Update to use newer libnemesi, should fix desync, fps guessing may fail now
author lu_zero
date Mon, 29 Oct 2007 18:31:47 +0000
parents 300dd571ba64
children 45359b137c95
line wrap: on
line diff
--- a/configure	Sun Oct 28 22:32:20 2007 +0000
+++ b/configure	Mon Oct 29 18:31:47 2007 +0000
@@ -6238,7 +6238,7 @@
 echocheck "Nemesi Streaming Media libraries"
 if test "$_nemesi" = auto  && test "$_network" = yes ; then
     _nemesi=no
-    if $_pkg_config libnemesi --atleast-version=0.6.2 ; then
+    if $_pkg_config libnemesi --atleast-version=0.6.3 ; then
         _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`"
         _nemesi=yes
     fi