From 71d218eae4b4d93ada34ff74906f71ad359c84bc Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Mar 2020 20:51:43 +0100 Subject: ao_sndio: remove this audio output It was always marked as "experimental", and had inherent problems that were never fixed. It was disabled by default, and I don't think anyone is using it. --- wscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2d570f5531..12edcbf4c7 100644 --- a/wscript +++ b/wscript @@ -448,12 +448,6 @@ audio_output_features = [ 'name': '--rsound', 'desc': 'RSound audio output', 'func': check_statement('rsound.h', 'rsd_init(NULL)', lib='rsound') - }, { - 'name': '--sndio', - 'desc': 'sndio audio input/output', - 'func': check_statement('sndio.h', - 'struct sio_par par; sio_initpar(&par); const char *s = SIO_DEVANY', lib='sndio'), - 'default': 'disable' }, { 'name': '--pulse', 'desc': 'PulseAudio audio output', -- cgit v1.2.3