Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e6c91bfa26
commit
4a2cc44f65
6 changed files with 20 additions and 356 deletions
4
deps/aubio/Makefile
vendored
4
deps/aubio/Makefile
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue