Don't bake in RSound forcibly.

If HAVE_RSOUND is 1, it's already detected to be present anyways.
This commit is contained in:
Themaister 2013-11-01 09:16:08 +01:00
parent 83cdd0f250
commit 40591bfdb5

View File

@ -113,8 +113,9 @@ ifeq ($(HAVE_COMMAND), 1)
endif
ifeq ($(HAVE_RSOUND), 1)
OBJ += audio/librsound.o audio/rsound.o
DEFINES += -DHAVE_RSOUND
OBJ += audio/rsound.o
DEFINES += $(RSOUND_CFLAGS)
LIBS += $(RSOUND_LIBS)
endif
ifeq ($(HAVE_OSS), 1)