build: drop support for SDL1

For some reason it was supported for ao_sdl because we've only used SDL1
API.
This commit is contained in:
wm4
2018-02-12 18:02:35 +01:00
committed by Kevin Mitchell
parent 02f9087de9
commit 1dcf511376
3 changed files with 1 additions and 8 deletions

View File

@@ -240,7 +240,6 @@ def build(ctx):
( "audio/out/ao_pcm.c" ),
( "audio/out/ao_pulse.c", "pulse" ),
( "audio/out/ao_rsound.c", "rsound" ),
( "audio/out/ao_sdl.c", "sdl1" ),
( "audio/out/ao_sdl.c", "sdl2" ),
( "audio/out/ao_sndio.c", "sndio" ),
( "audio/out/ao_wasapi.c", "wasapi" ),