Browse Source

Remove RTAUDIO_ALL_APIS flag

tags/v0.6.1
Andrew Belt 7 years ago
parent
commit
d18d746e94
2 changed files with 1 additions and 10 deletions
  1. +1
    -1
      Makefile
  2. +0
    -9
      dep/Makefile

+ 1
- 1
Makefile View File

@@ -73,7 +73,7 @@ endif


perf: $(TARGET) perf: $(TARGET)
ifdef ARCH_LIN ifdef ARCH_LIN
perf record --call-graph dwarf ./Rack
perf record --call-graph dwarf ./$<
endif endif


clean: clean:


+ 0
- 9
dep/Makefile View File

@@ -138,15 +138,6 @@ ifdef ARCH_LIN
RTAUDIO_FLAGS += -DAUDIO_LINUX_ALSA=ON -DAUDIO_UNIX_JACK=ON RTAUDIO_FLAGS += -DAUDIO_LINUX_ALSA=ON -DAUDIO_UNIX_JACK=ON
endif endif


ifdef RTAUDIO_ALL_APIS
ifdef ARCH_MAC
RTAUDIO_FLAGS += -DAUDIO_UNIX_JACK=ON
endif
ifdef ARCH_LIN
RTAUDIO_FLAGS += -DAUDIO_LINUX_PULSE=ON
endif
endif

$(rtaudio): $(rtaudio):
cd rtaudio && mkdir -p build cd rtaudio && mkdir -p build
cd rtaudio/build && $(CMAKE) $(RTAUDIO_FLAGS) .. cd rtaudio/build && $(CMAKE) $(RTAUDIO_FLAGS) ..


Loading…
Cancel
Save