From 4583bd8cc7bf538bce424983d49729c934d13a53 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Mar 2020 20:54:31 +0100 Subject: 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. --- audio/out/ao.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'audio/out/ao.c') 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 }; -- cgit v1.2.3