From b01598510f952f291e9f6314352898a6a40532ba Mon Sep 17 00:00:00 2001 From: Andrew Krasavin Date: Tue, 11 Jan 2022 19:23:52 +0300 Subject: 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 --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') 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 -- cgit v1.2.3