From d8a2f79b8743b44a0728902293acf101c9b2d882 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 30 Jul 2012 00:37:24 +0300 Subject: support sdl audio --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c2628c..5720bab 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,9 @@ plugins/dfsound/%.o: CFLAGS += -DUSEALSA OBJS += plugins/dfsound/alsa.o LDLIBS += -lasound endif +ifeq "$(SOUND_DRIVER)" "sdl" +OBJS += plugins/dfsound/sdl.o +endif ifeq "$(SOUND_DRIVER)" "none" OBJS += plugins/dfsound/nullsnd.o endif -- cgit v1.2.3