summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-29 18:31:47 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-29 18:31:47 +0000
commitdcf5dda46958d7f6320b6bbd30f29f198f279ca9 (patch)
tree5c9cb68b203df52039ed17ef1cc211c54ab95e4c /configure
parentec70a0fbbd0d398e1baf9abf194b406a60d5a4b3 (diff)
downloadmpv-dcf5dda46958d7f6320b6bbd30f29f198f279ca9.tar.bz2
mpv-dcf5dda46958d7f6320b6bbd30f29f198f279ca9.tar.xz
Update to use newer libnemesi, should fix desync, fps guessing may fail now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24883 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d9444c27db..a04e3b7b1c 100755
--- a/configure
+++ b/configure
@@ -6238,7 +6238,7 @@ echores "$_qtx"
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