summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-03-15 01:20:47 +0100
committerwm4 <wm4@nowhere>2017-03-15 01:20:47 +0100
commit77cbb35437ccf8904cc76475868d20bd2f1751fd (patch)
treee451bce07bd51dcecfc8b8ced8ec1c50ea2eb59a
parent4e384c8e69422acf593fc7b2a0c1d512c3e5966e (diff)
downloadmpv-77cbb35437ccf8904cc76475868d20bd2f1751fd.tar.bz2
mpv-77cbb35437ccf8904cc76475868d20bd2f1751fd.tar.xz
build: disable optical media libs by default (DVD/BD/CD)
Pure garbage.
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index 18bb420c97..318228cca2 100644
--- a/wscript
+++ b/wscript
@@ -329,19 +329,23 @@ iconv support use --disable-iconv.",
'name': '--libbluray',
'desc': 'Bluray support',
'func': check_pkg_config('libbluray', '>= 0.3.0'),
+ #'default': 'disable',
}, {
'name': '--dvdread',
'desc': 'dvdread support',
'func': check_pkg_config('dvdread', '>= 4.1.0'),
+ 'default': 'disable',
}, {
'name': '--dvdnav',
'desc': 'dvdnav support',
'deps': [ 'dvdread' ],
'func': check_pkg_config('dvdnav', '>= 4.2.0'),
+ 'default': 'disable',
}, {
'name': '--cdda',
'desc': 'cdda support (libcdio)',
'func': check_pkg_config('libcdio_paranoia'),
+ 'default': 'disable',
}, {
'name': '--uchardet',
'desc': 'uchardet support',