changeset 102:c4a737488a9e

Makefile.linux: set default to sdk 2.5
author Paul Brossier <piem@piem.org>
date Sat, 31 Jan 2015 14:30:06 +0100
parents 301a8cf18838
children 932099d4c440
files Makefile.linux
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.linux	Sat Jan 31 14:29:44 2015 +0100
+++ b/Makefile.linux	Sat Jan 31 14:30:06 2015 +0100
@@ -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<library>
 # options here