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.
This commit is contained in:
wm4 2017-05-11 08:13:57 +02:00
parent f38bd0f25a
commit 99cef59fc9
1 changed files with 1 additions and 0 deletions

View File

@ -853,6 +853,7 @@ radio_and_tv_features = [
'name': '--dvbin',
'desc': 'DVB input module',
'func': check_cc(fragment=load_fragment('dvb.c')),
'default': 'disable',
}
]