From cc12f4251281f14ba5c0cf79d0fc901bdf4c943b Mon Sep 17 00:00:00 2001 From: CautiousAlbino Date: Sun, 15 Mar 2015 14:28:20 +0100 Subject: [PATCH] Fix build for RSound. --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index ba723c3bbd..e88b106b5d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -254,7 +254,7 @@ ifeq ($(HAVE_OSS_LIB), 1) endif ifeq ($(HAVE_RSOUND), 1) - OBJ += audio/rsound.o + OBJ += audio/drivers/rsound.o DEFINES += $(RSOUND_CFLAGS) LIBS += $(RSOUND_LIBS) endif