summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2013-01-23 23:39:24 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-01-24 12:01:06 +0100
commit458c41c5c7236fe872094a542d191572584dfe61 (patch)
tree49faeb7922fea195ceaf155ad8e4fdeb7e74ce8e /configure
parent8fa59d4655f9bcf5b1f2a745adead7f29f8fb6c7 (diff)
downloadmpv-458c41c5c7236fe872094a542d191572584dfe61.tar.bz2
mpv-458c41c5c7236fe872094a542d191572584dfe61.tar.xz
stream_cdda: support latest libcdio version
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 50286dc352..39dcdf1854 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 < 10.2+0.90' ; then
+ if pkg_config_add 'libcdio_paranoia' ; then
_libcdio=yes
fi
fi