Mercurial > hg > constant-q-cpp
comparison Makefile.linux @ 75:f4fb0ac6120a
Interpolation for CQ. But this is wrong, it is interpolating between points in the nearest full-height columns even where there is a nearer point in the not-full-height ones
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 04 Apr 2014 11:49:53 +0100 |
parents | e2b7f7462618 |
children | c3e1a08c97f0 |
comparison
equal
deleted
inserted
replaced
74:c2e9c91ed3f7 | 75:f4fb0ac6120a |
---|---|
1 | 1 |
2 CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ | 2 #CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ |
3 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk | 3 CFLAGS := -g -fPIC -I../vamp-plugin-sdk |
4 | 4 |
5 CXXFLAGS := $(CFLAGS) | 5 CXXFLAGS := $(CFLAGS) |
6 | 6 |
7 VAMPSDK_DIR := ../vamp-plugin-sdk | 7 VAMPSDK_DIR := ../vamp-plugin-sdk |
8 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map | 8 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map |