view Makefile.linux @ 102:b0c0051d647e

Latency fixes: avoid rounded fractional per-octave latencies (makes the inverse difficult to handle because we'd need to have access to exact forward resampler latencies); reduce inverse transform latency by one big block
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 13 May 2014 12:34:51 +0100
parents c3e1a08c97f0
children 8996465e39fc
line wrap: on
line source

CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/
#CFLAGS := -g -fPIC -I../vamp-plugin-sdk

CXXFLAGS := $(CFLAGS)

VAMPSDK_DIR := ../vamp-plugin-sdk
PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map

PLUGIN_EXT := .so

include Makefile.inc