aboutsummaryrefslogtreecommitdiff
path: root/iemlib1/src/makefile_linux
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2008-03-05 13:56:25 +0000
committermusil <tmusil@users.sourceforge.net>2008-03-05 13:56:25 +0000
commit16d6e00d809c28e3597ad1085d12809e2d0f8d89 (patch)
treeab7f9827768c9ff7088981246efec74e624018a0 /iemlib1/src/makefile_linux
parent60fcf9db02c0c555df6ca47421f709a8059a21d1 (diff)
new peak envelope follower with peak hold time and release time and immediately attack behavior
svn path=/trunk/externals/iemlib/; revision=9533
Diffstat (limited to 'iemlib1/src/makefile_linux')
-rw-r--r--iemlib1/src/makefile_linux3
1 files changed, 2 insertions, 1 deletions
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 \