summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-28 20:54:31 +0100
committerwm4 <wm4@nowhere>2020-03-28 20:59:00 +0100
commit4583bd8cc7bf538bce424983d49729c934d13a53 (patch)
tree27f0ef4cc35623287eddced48cf561758c4be6da /wscript_build.py
parent71d218eae4b4d93ada34ff74906f71ad359c84bc (diff)
downloadmpv-4583bd8cc7bf538bce424983d49729c934d13a53.tar.bz2
mpv-4583bd8cc7bf538bce424983d49729c934d13a53.tar.xz
ao_rsound: remove this audio output
I wonder what this even is. I've never heard of anyone using it, and can't find a corresponding library that actually builds with it. Good enough to remove.
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 712b7d3140..145b415d75 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -258,7 +258,6 @@ def build(ctx):
( "audio/out/ao_oss.c", "oss-audio" ),
( "audio/out/ao_pcm.c" ),
( "audio/out/ao_pulse.c", "pulse" ),
- ( "audio/out/ao_rsound.c", "rsound" ),
( "audio/out/ao_sdl.c", "sdl2-audio" ),
( "audio/out/ao_wasapi.c", "wasapi" ),
( "audio/out/ao_wasapi_changenotify.c", "wasapi" ),