Browse Source

Fix disabling of RtAudio ASIO by default in last commit.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
fca2104db6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      dep/Makefile

+ 2
- 0
dep/Makefile View File

@@ -218,6 +218,8 @@ RTAUDIO_FLAGS += -DRTAUDIO_API_DS=ON -DRTAUDIO_API_WASAPI=ON
# However, since VCV owns the copyright of all GPL'd code in the Rack package, we include ASIO in the Windows build for convenience to our users. # However, since VCV owns the copyright of all GPL'd code in the Rack package, we include ASIO in the Windows build for convenience to our users.
ifdef RTAUDIO_ASIO ifdef RTAUDIO_ASIO
RTAUDIO_FLAGS += -DRTAUDIO_API_ASIO=ON RTAUDIO_FLAGS += -DRTAUDIO_API_ASIO=ON
else
RTAUDIO_FLAGS += -DRTAUDIO_API_ASIO=OFF
endif endif
endif endif




Loading…
Cancel
Save