X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=5720bab5d4bb594c614d3bddb0795f1b4832eddf;hp=8c2628c25fc31ee7a2bf62d75aab0b1c22edb5df;hb=d8a2f79b8743b44a0728902293acf101c9b2d882;hpb=afc74f4e1a9d70e20f8d48a58c96785ed018c7a3 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