From bca917f6d2c50d9df3a4140b7be7beb6d567aa5b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Mar 2020 20:58:03 +0100 Subject: ao_oss: remove this audio output Ancient Linux audio output. Apparently it survived until now, because some BSDs (but not all) had use of this. But these should work with ao_sdl or ao_openal too (that's why these AOs exist after all). ao_oss itself has the problem that it's virtually unmaintainable from my point of view due to all the subtle (or non-subtle) difference. Look at the ifdef mess and the multiple code paths (that shouldn't exist) in the removed source code. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 145b415d75..62f2264efe 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -255,7 +255,6 @@ def build(ctx): ( "audio/out/ao_null.c" ), ( "audio/out/ao_openal.c", "openal" ), ( "audio/out/ao_opensles.c", "opensles" ), - ( "audio/out/ao_oss.c", "oss-audio" ), ( "audio/out/ao_pcm.c" ), ( "audio/out/ao_pulse.c", "pulse" ), ( "audio/out/ao_sdl.c", "sdl2-audio" ), -- cgit v1.2.3