Mercurial > hg > vamp-simple-cepstrum
view Makefile.linux64 @ 5:05c558f1a23b
Change "relative to mean" to "relative to RMS", and add peak-to-RMS output. Add a mean-filter history. Remove essentially useless forward-power method (same as forward-magnitude with 2x factor). Refactor a bit
author | Chris Cannam |
---|---|
date | Mon, 25 Jun 2012 11:45:33 +0100 |
parents | 02587f02ef41 |
children | c70ebf24b419 |
line wrap: on
line source
CFLAGS := -Wall -g -fPIC CXXFLAGS := $(CFLAGS) LDFLAGS := -shared -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic PLUGIN_EXT := .so include Makefile.inc