From: Paul Brossier Date: Sat, 31 Jan 2015 13:30:06 +0000 (+0100) Subject: Makefile.linux: set default to sdk 2.5 X-Git-Tag: 0.5.0~11 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=8366629bddf1f16d85a12d1ad5e7713d34515f65 Makefile.linux: set default to sdk 2.5 --- diff --git a/Makefile.linux b/Makefile.linux index bb105b3..5db2eec 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -13,7 +13,7 @@ CFLAGS := -Wall -Wextra -O3 -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC # Location of Vamp plugin SDK relative to the project directory -VAMPSDK_DIR := ../vamp-plugin-sdk +VAMPSDK_DIR := ../vamp-plugin-sdk-2.5 # Libraries and linker flags required by plugin: add any -l # options here