mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
build: disable optical media libs by default (DVD/BD/CD)
Pure garbage.
This commit is contained in:
parent
4e384c8e69
commit
77cbb35437
4
wscript
4
wscript
@ -329,19 +329,23 @@ iconv support use --disable-iconv.",
|
|||||||
'name': '--libbluray',
|
'name': '--libbluray',
|
||||||
'desc': 'Bluray support',
|
'desc': 'Bluray support',
|
||||||
'func': check_pkg_config('libbluray', '>= 0.3.0'),
|
'func': check_pkg_config('libbluray', '>= 0.3.0'),
|
||||||
|
#'default': 'disable',
|
||||||
}, {
|
}, {
|
||||||
'name': '--dvdread',
|
'name': '--dvdread',
|
||||||
'desc': 'dvdread support',
|
'desc': 'dvdread support',
|
||||||
'func': check_pkg_config('dvdread', '>= 4.1.0'),
|
'func': check_pkg_config('dvdread', '>= 4.1.0'),
|
||||||
|
'default': 'disable',
|
||||||
}, {
|
}, {
|
||||||
'name': '--dvdnav',
|
'name': '--dvdnav',
|
||||||
'desc': 'dvdnav support',
|
'desc': 'dvdnav support',
|
||||||
'deps': [ 'dvdread' ],
|
'deps': [ 'dvdread' ],
|
||||||
'func': check_pkg_config('dvdnav', '>= 4.2.0'),
|
'func': check_pkg_config('dvdnav', '>= 4.2.0'),
|
||||||
|
'default': 'disable',
|
||||||
}, {
|
}, {
|
||||||
'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': '--uchardet',
|
'name': '--uchardet',
|
||||||
'desc': 'uchardet support',
|
'desc': 'uchardet support',
|
||||||
|
Loading…
Reference in New Issue
Block a user