From 16d6e00d809c28e3597ad1085d12809e2d0f8d89 Mon Sep 17 00:00:00 2001 From: musil Date: Wed, 5 Mar 2008 13:56:25 +0000 Subject: new peak envelope follower with peak hold time and release time and immediately attack behavior svn path=/trunk/externals/iemlib/; revision=9533 --- iemlib1/src/makefile_linux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iemlib1/src/makefile_linux') diff --git a/iemlib1/src/makefile_linux b/iemlib1/src/makefile_linux index 7f3881f..6448376 100644 --- a/iemlib1/src/makefile_linux +++ b/iemlib1/src/makefile_linux @@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ - -DDL_OPEN + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) @@ -33,6 +33,7 @@ SRC = biquad_freq_resp.c \ mov_avrg_kern~.c \ para_bp2~.c \ peakenv~.c \ + peakenv_hold~.c \ prvu~.c \ pvu~.c \ rvu~.c \ -- cgit v1.2.1