summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-02 20:45:11 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:07:29 +0200
commit130beda407d237a3eabb162fe84af8b0f3d46130 (patch)
tree530012dd7abd42b2b106fbe9858501d4d2acd26b /configure
parentb28c6d0ba5693949a6b64cad446276e8886e3f3b (diff)
downloadmpv-130beda407d237a3eabb162fe84af8b0f3d46130.tar.bz2
mpv-130beda407d237a3eabb162fe84af8b0f3d46130.tar.xz
configure: add version check for libquvi
I do not know what exactly is the minimum working version. Require the latest version currently released, which is about half a year old.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 272d318dca..b77fd13076 100755
--- a/configure
+++ b/configure
@@ -1943,7 +1943,7 @@ echores "$_smb"
echocheck "libquvi support"
if test "$_libquvi" = auto ; then
_libquvi=no
- if pkg_config_add libquvi ; then
+ if pkg_config_add 'libquvi >= 0.4.1' ; then
_libquvi=yes
fi
fi