summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
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_build.py
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_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index db4454e1df..712b7d3140 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -260,7 +260,6 @@ def build(ctx):
( "audio/out/ao_pulse.c", "pulse" ),
( "audio/out/ao_rsound.c", "rsound" ),
( "audio/out/ao_sdl.c", "sdl2-audio" ),
- ( "audio/out/ao_sndio.c", "sndio" ),
( "audio/out/ao_wasapi.c", "wasapi" ),
( "audio/out/ao_wasapi_changenotify.c", "wasapi" ),
( "audio/out/ao_wasapi_utils.c", "wasapi" ),