You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
450B

  1. SLUG=Bidoo
  2. include ../../../../dep/yac/install_msvc.mk
  3. EXTRAFLAGS=-DUSE_KISS_FFT -Idep/include -I./src/dep/audiofile -I./src/dep/filters -I./src/dep/freeverb \
  4. -I./src/dep/gist/libs/kiss_fft130 -I./src/dep/gist/src -I./src/dep/minimp3\
  5. -I./src/dep/gist/src/mfcc -I./src/dep/gist/src/core -I./src/dep/gist/src/fft \
  6. -I./src/dep/gist/src/onset-detection-functions -I./src/dep/gist/src/pitch
  7. include make.objects
  8. include ../../../build_plugin.mk