Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-14 19:41:23 +01:00
parent e6c91bfa26
commit 4a2cc44f65
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 20 additions and 356 deletions

4
deps/aubio/Makefile vendored
View file

@ -17,6 +17,10 @@ BUILD_C_FLAGS += -I.
BUILD_C_FLAGS += -Isrc
BUILD_C_FLAGS += $(shell pkg-config --cflags fftw3f)
ifeq ($(CIBUILD),true)
BUILD_C_FLAGS += -DSKIP_FFTW_MUTEX
endif
OBJS = \
src/cvec.c.o \
src/fvec.c.o \