summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-30 11:11:54 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-30 11:11:54 +0000
commitec89943846bb9e08e6e50d48e52bf40247cc5152 (patch)
treedd7cc0da3e58dbca4e3eb6c0e29200da3af336b3 /configure
parent2b9b8737078dea62fb467bd65fd1ca9b7d9daa6a (diff)
downloadmpv-ec89943846bb9e08e6e50d48e52bf40247cc5152.tar.bz2
mpv-ec89943846bb9e08e6e50d48e52bf40247cc5152.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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