build: disable cdda and vcd by default

Let's see if anyone complains. cdda is relatively inoffensive, but the
vcd code is the definition of ifdef-hell.
This commit is contained in:
wm4 2014-05-24 17:09:29 +02:00
parent f5eb209ce9
commit 7cc48f26e0
1 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,8 @@ If you really mean to compile without libass support use --disable-libass."
'os-win32': { 'os-win32': {
'func': check_cc(fragment=load_fragment('vcd_windows.c')) 'func': check_cc(fragment=load_fragment('vcd_windows.c'))
} }
} },
'default': 'disable',
}, { }, {
'name': '--libbluray', 'name': '--libbluray',
'desc': 'Bluray support', 'desc': 'Bluray support',
@ -303,6 +304,7 @@ If you really mean to compile without libass support use --disable-libass."
'name': '--cdda', 'name': '--cdda',
'desc': 'cdda support (libcdio)', 'desc': 'cdda support (libcdio)',
'func': check_pkg_config('libcdio_paranoia'), 'func': check_pkg_config('libcdio_paranoia'),
'default': 'disable',
}, { }, {
'name': '--enca', 'name': '--enca',
'desc': 'ENCA support', 'desc': 'ENCA support',