summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-11-28 20:53:29 +0100
committersfan5 <sfan5@live.de>2023-11-29 20:36:37 +0100
commitc69e3415d240cb2eb2ca94885b05fe3581854586 (patch)
treec5ebfc9a64e8f8d7783f741abd800276cf2d2cb9 /meson_options.txt
parent67b75a3b3432943e0c3d460d85a17147fc9dfd20 (diff)
downloadmpv-c69e3415d240cb2eb2ca94885b05fe3581854586.tar.bz2
mpv-c69e3415d240cb2eb2ca94885b05fe3581854586.tar.xz
meson: enable dvbin by default again
This was disabled by default in 99cef59fc9a (from 2017) due to build issues with old kernel headers. Whatever was considered old at that time will be ancient now and with the last commit there should be no isses auto-detecting it.
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 191f118ed9..a5454e97ef 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,7 +11,7 @@ option('ta-leak-report', type: 'boolean', value: false, description: 'enable ta
# misc features
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('dvbin', type: 'feature', value: 'auto', description: 'DVB input module')
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)')