mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Don't bake in RSound forcibly.
If HAVE_RSOUND is 1, it's already detected to be present anyways.
This commit is contained in:
parent
83cdd0f250
commit
40591bfdb5
5
Makefile
5
Makefile
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user