Merge pull request #1506 from CautiousAlbino/master

Fix build for RSound.
This commit is contained in:
Twinaphex 2015-03-15 15:00:09 +01:00
commit 2c1001d748

View File

@ -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