summaryrefslogtreecommitdiffstats
path: root/audio/out/ao.c
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 /audio/out/ao.c
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 'audio/out/ao.c')
-rw-r--r--audio/out/ao.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/out/ao.c b/audio/out/ao.c
index a414b1b6b9..10717d466e 100644
--- a/audio/out/ao.c
+++ b/audio/out/ao.c
@@ -94,9 +94,6 @@ static const struct ao_driver * const audio_out_drivers[] = {
#endif
&audio_out_pcm,
&audio_out_lavc,
-#if HAVE_RSOUND
- &audio_out_rsound,
-#endif
NULL
};