summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-08-14 14:50:55 -0500
committerDudemanguy <random342@airmail.cc>2022-08-15 14:14:44 +0000
commit7c4f03e82ac17b929b6a4e9527e274f50b4bc2e4 (patch)
tree7a1219d17d9b27f9bd5ed75ad921de3c4dce588e /meson_options.txt
parent686027f9b2d829f769108dbfd58e60de28ce849f (diff)
downloadmpv-7c4f03e82ac17b929b6a4e9527e274f50b4bc2e4.tar.bz2
mpv-7c4f03e82ac17b929b6a4e9527e274f50b4bc2e4.tar.xz
meson: disable dvdnav by default
It turns out that this is disabled in waf. Go ahead and copy this in meson for consistency.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 21367817b6..e24f8d50dd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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')