mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00:00
meson: disable dvdnav by default
It turns out that this is disabled in waf. Go ahead and copy this in meson for consistency.
This commit is contained in:
parent
686027f9b2
commit
7c4f03e82a
@ -12,7 +12,7 @@ option('ta-leak-report', type: 'boolean', value: false, description: 'enable ta
|
||||
option('cdda', type: 'feature', value: 'disabled', description: 'cdda support (libcdio)')
|
||||
option('cplugins', type: 'feature', value: 'auto', description: 'C plugins')
|
||||
option('dvbin', type: 'feature', value: 'disabled', description: 'DVB input module')
|
||||
option('dvdnav', type: 'feature', value: 'auto', description: 'dvdnav support')
|
||||
option('dvdnav', type: 'feature', value: 'disabled', description: 'dvdnav support')
|
||||
option('iconv', type: 'feature', value: 'auto', description: 'iconv')
|
||||
option('javascript', type: 'feature', value: 'auto', description: 'Javascript (MuJS backend)')
|
||||
option('lcms2', type: 'feature', value: 'auto', description: 'LCMS2 support')
|
||||
|
Loading…
Reference in New Issue
Block a user