summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript13
1 files changed, 4 insertions, 9 deletions
diff --git a/wscript b/wscript
index 7e82038aee..f6939499b1 100644
--- a/wscript
+++ b/wscript
@@ -686,15 +686,6 @@ video_output_features = [
'desc': 'CACA',
'func': check_pkg_config('caca', '>= 0.99.beta18'),
}, {
- 'name': '--dvb',
- 'desc': 'DVB',
- 'func': check_cc(fragment=load_fragment('dvb.c')),
- } , {
- 'name': '--dvbin',
- 'desc': 'DVB input module',
- 'deps': [ 'dvb' ],
- 'func': check_true,
- }, {
'name': '--jpeg',
'desc': 'JPEG support',
'func': check_cc(header_name=['stdio.h', 'jpeglib.h'],
@@ -765,6 +756,10 @@ radio_and_tv_features = [
'desc': 'audio input support',
'deps_any': [ 'tv-v4l2' ],
'func': check_true
+ } , {
+ 'name': '--dvbin',
+ 'desc': 'DVB input module',
+ 'func': check_cc(fragment=load_fragment('dvb.c')),
}
]