adding stocaudio modules
This commit is contained in:
parent
7ad235cbdd
commit
abdcf1fff3
6 changed files with 38 additions and 0 deletions
|
@ -667,6 +667,11 @@ REPELZEN_CUSTOM = Blank Mixer Werner tanh_pade
|
|||
|
||||
PLUGIN_FILES += $(filter-out sonusmodular/src/sonusmodular,$(wildcard sonusmodular/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# stocaudio
|
||||
|
||||
PLUGIN_FILES += $(wildcard stocaudio/src/*.cpp)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Substation (Open source release)
|
||||
|
||||
|
@ -1503,6 +1508,13 @@ $(BUILD_DIR)/sonusmodular/%.cpp.o: sonusmodular/%.cpp
|
|||
$(foreach m,$(SONUSMODULAR_CUSTOM),$(call custom_module_names,$(m),sonusmodular)) \
|
||||
-DpluginInstance=pluginInstance__sonusmodular
|
||||
|
||||
$(BUILD_DIR)/stocaudio/%.cpp.o: stocaudio/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(STOCAUDIO_CUSTOM),$(call custom_module_names,$(m),stocaudio)) \
|
||||
-DpluginInstance=pluginInstance__stocaudio
|
||||
|
||||
$(BUILD_DIR)/substation-%.cpp.o: substation-%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue