From 1dcf511376545de7624863b76d7f30dc3bb44ac9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Feb 2018 18:02:35 +0100 Subject: build: drop support for SDL1 For some reason it was supported for ao_sdl because we've only used SDL1 API. --- audio/out/ao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao.c b/audio/out/ao.c index 0acd439033..5834345d59 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -82,7 +82,7 @@ static const struct ao_driver * const audio_out_drivers[] = { #if HAVE_OPENSLES &audio_out_opensles, #endif -#if HAVE_SDL1 || HAVE_SDL2 +#if HAVE_SDL2 &audio_out_sdl, #endif #if HAVE_SNDIO -- cgit v1.2.3