summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-28 20:51:43 +0100
committerwm4 <wm4@nowhere>2020-03-28 20:58:56 +0100
commit71d218eae4b4d93ada34ff74906f71ad359c84bc (patch)
tree2e270dcca472df808892b22fce60d2347b952ff1 /wscript
parent27b4bdfe4c802ef5267b2f40838bdf53ad569032 (diff)
downloadmpv-71d218eae4b4d93ada34ff74906f71ad359c84bc.tar.bz2
mpv-71d218eae4b4d93ada34ff74906f71ad359c84bc.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index 2d570f5531..12edcbf4c7 100644
--- a/wscript
+++ b/wscript
@@ -449,12 +449,6 @@ audio_output_features = [
'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',
'func': check_pkg_config('libpulse', '>= 1.0')