summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-11 08:13:57 +0200
committerwm4 <wm4@nowhere>2017-05-11 08:19:02 +0200
commit99cef59fc9a4d33ebbbb4405ec86faf0ff213f0c (patch)
treeed850ea72a684d544ac2645b9d6d0ec675b0ce33 /wscript
parentf38bd0f25ad948d3428a82655655207723e3fbcf (diff)
downloadmpv-99cef59fc9a4d33ebbbb4405ec86faf0ff213f0c.tar.bz2
mpv-99cef59fc9a4d33ebbbb4405ec86faf0ff213f0c.tar.xz
dvb: disable by default
It fails building with some older kernel headers, and the current test does not auto-disable it in these cases. Since DVB isn't going to be used by many people, I think disabling it by default is reasonable.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index bc21545f32..e051555545 100644
--- a/wscript
+++ b/wscript
@@ -853,6 +853,7 @@ radio_and_tv_features = [
'name': '--dvbin',
'desc': 'DVB input module',
'func': check_cc(fragment=load_fragment('dvb.c')),
+ 'default': 'disable',
}
]