summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAndrew Krasavin <noiseless-ak@yandex.ru>2022-01-11 19:23:52 +0300
committerDudemanguy <random342@airmail.cc>2022-01-22 18:44:34 +0000
commitb01598510f952f291e9f6314352898a6a40532ba (patch)
treec2a3a98c5735946bf63a2388f54201a35ba52bfa /meson_options.txt
parentadc32e25e061b8a9ca927e17ae5cbf88e394dd16 (diff)
downloadmpv-b01598510f952f291e9f6314352898a6a40532ba.tar.bz2
mpv-b01598510f952f291e9f6314352898a6a40532ba.tar.xz
ao_sndio: bugfix and small refactoring for #8314
Changes: * fixed hangups in the loop function and in some other cases * refactoring according to @michaelforney's recommendations in #8314 * a few minor and/or cosmetic changes * ability to build ao_sndio using meson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8313f5d716..21367817b6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -50,6 +50,7 @@ option('oss-audio', type: 'feature', value: 'auto', description: 'OSSv4 audio ou
option('pipewire', type: 'feature', value: 'auto', description: 'PipeWire audio output')
option('pulse', type: 'feature', value: 'auto', description: 'PulseAudio audio output')
option('sdl2-audio', type: 'feature', value: 'auto', description: 'SDL2 audio output')
+option('sndio', type: 'feature', value: 'auto', description: 'sndio audio output')
option('wasapi', type: 'feature', value: 'auto', description: 'WASAPI audio output')
# video output features