diff options
author | wm4 <wm4@nowhere> | 2012-09-02 20:45:11 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-09-18 21:07:29 +0200 |
commit | 130beda407d237a3eabb162fe84af8b0f3d46130 (patch) | |
tree | 530012dd7abd42b2b106fbe9858501d4d2acd26b | |
parent | b28c6d0ba5693949a6b64cad446276e8886e3f3b (diff) | |
download | mpv-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.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |