mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
build: move --dvbin to TV features, remove --dvb
This commit is contained in:
parent
8fcd4b572a
commit
b4deba7cc9
13
wscript
13
wscript
@ -685,15 +685,6 @@ video_output_features = [
|
||||
'name': '--caca',
|
||||
'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',
|
||||
@ -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')),
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user