# HG changeset patch # User Paul Brossier # Date 1422711006 -3600 # Node ID c4a737488a9e247e4a28f7ad18e868569b128d9a # Parent 301a8cf188389fe2bc55827e0b3e1df00ecec42a Makefile.linux: set default to sdk 2.5 diff -r 301a8cf18838 -r c4a737488a9e Makefile.linux --- 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 # options here