summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-01-24 10:45:36 +0100
committerRudolf Polzer <divverent@xonotic.org>2013-01-24 10:45:36 +0100
commit8fa59d4655f9bcf5b1f2a745adead7f29f8fb6c7 (patch)
tree752a7bbb9014a4bcde0845270ff29dbd62932cf1 /configure
parent3b22404e07df265af221112e2970084a15766c9a (diff)
downloadmpv-8fa59d4655f9bcf5b1f2a745adead7f29f8fb6c7.tar.bz2
mpv-8fa59d4655f9bcf5b1f2a745adead7f29f8fb6c7.tar.xz
configure: for now reject the newer libcdio API
A patch supporting the newer API AND the older API is in the works.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 80be109cef..50286dc352 100755
--- a/configure
+++ b/configure
@@ -2513,7 +2513,7 @@ echores "$_dvdread"
echocheck "libcdio"
if test "$_libcdio" = auto ; then
_libcdio=no
- if pkg_config_add libcdio_paranoia ; then
+ if pkg_config_add 'libcdio_paranoia < 10.2+0.90' ; then
_libcdio=yes
fi
fi