From 3137a1a7b54da179f89a8e1ba3638b0378d6286d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 25 Jan 2014 09:18:07 +0100 Subject: build: fix usage of HAVE_SDL1 define This is needed after fd1f8ed49. --- audio/out/ao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/ao.c') diff --git a/audio/out/ao.c b/audio/out/ao.c index 4530b1c3b7..8f70865afa 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -81,7 +81,7 @@ static const struct ao_driver * const audio_out_drivers[] = { #if HAVE_OPENAL &audio_out_openal, #endif -#if HAVE_SDL || HAVE_SDL2 +#if HAVE_SDL1 || HAVE_SDL2 &audio_out_sdl, #endif &audio_out_null, -- cgit v1.2.3