Cleanup for things moved into DPF
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b51041ac48
commit
e463fa4dfb
3 changed files with 6 additions and 8 deletions
|
|
@ -157,7 +157,7 @@ endif
|
|||
# --------------------------------------------------------------
|
||||
|
||||
# FIXME
|
||||
ifeq ($(CARDINAL_VARIANT)$(CIBUILD)$(WASM),nativetruetrue)
|
||||
ifeq ($(CARDINAL_VARIANT)$(WASM),nativetrue)
|
||||
ifneq ($(OLD_PATH),)
|
||||
STATIC_CARLA_PLUGIN_LIBS = -lsndfile -lopus -lFLAC -lvorbisenc -lvorbis -logg -lm
|
||||
endif
|
||||
|
|
@ -170,7 +170,7 @@ ifneq ($(CARDINAL_VARIANT),mini)
|
|||
ifeq ($(shell $(PKG_CONFIG) --exists fftw3f && echo true),true)
|
||||
EXTRA_DSP_DEPENDENCIES += ../../deps/aubio/libaubio.a
|
||||
EXTRA_DSP_LIBS += ../../deps/aubio/libaubio.a
|
||||
EXTRA_DSP_LIBS += $(shell $(PKG_CONFIG) --libs fftw3f)
|
||||
EXTRA_DSP_LIBS += $(filter-out -lpthread,$(shell $(PKG_CONFIG) --libs fftw3f))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
@ -521,8 +521,6 @@ endif
|
|||
ifeq ($(WINDOWS),true)
|
||||
WINDRES ?= $(subst gcc,windres,$(CC))
|
||||
|
||||
JACK_LIBS += -Wl,-subsystem,windows
|
||||
|
||||
$(BUILD_DIR)/distrho.rc.o: ../../utils/distrho.rc ../../utils/distrho.ico
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling distrho.rc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue