X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=5720bab5d4bb594c614d3bddb0795f1b4832eddf;hb=f05d6ca255c80170e4e5fc61cc48d87e013b8807;hp=8c2628c25fc31ee7a2bf62d75aab0b1c22edb5df;hpb=61bc6d40b4f6f846a0ae1b73ceecdca893c14df4;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 8c2628c2..5720bab5 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