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 endif
ifeq ($(HAVE_RSOUND), 1) ifeq ($(HAVE_RSOUND), 1)
OBJ += audio/librsound.o audio/rsound.o OBJ += audio/rsound.o
DEFINES += -DHAVE_RSOUND DEFINES += $(RSOUND_CFLAGS)
LIBS += $(RSOUND_LIBS)
endif endif
ifeq ($(HAVE_OSS), 1) ifeq ($(HAVE_OSS), 1)