aboutsummaryrefslogtreecommitdiff
path: root/iemlib1/src
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2010-11-24 13:17:26 +0000
committermusil <tmusil@users.sourceforge.net>2010-11-24 13:17:26 +0000
commitfaec4ffea914580d0722a3f29286863fbafeac0b (patch)
tree90e5e15c994660f80dcc56392a02241bb4e4b879 /iemlib1/src
parent17410186c6dccbf6f05196901140641250b32d45 (diff)
change because of sparse_FIR~
svn path=/trunk/externals/iemlib/; revision=14522
Diffstat (limited to 'iemlib1/src')
-rw-r--r--iemlib1/src/makefile_d_fat1
-rw-r--r--iemlib1/src/makefile_linux3
-rw-r--r--iemlib1/src/makefile_win3
3 files changed, 5 insertions, 2 deletions
diff --git a/iemlib1/src/makefile_d_fat b/iemlib1/src/makefile_d_fat
index e5cd6f3..b0c6b9a 100644
--- a/iemlib1/src/makefile_d_fat
+++ b/iemlib1/src/makefile_d_fat
@@ -34,6 +34,7 @@ SRC = biquad_freq_resp.c \
pvu~.c \
rvu~.c \
sin_phase~.c \
+ sparse_FIR~ \
soundfile_info.c \
split.c \
v2db.c \
diff --git a/iemlib1/src/makefile_linux b/iemlib1/src/makefile_linux
index 6448376..6eb4543 100644
--- a/iemlib1/src/makefile_linux
+++ b/iemlib1/src/makefile_linux
@@ -10,7 +10,7 @@ LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below:
CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
- -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
+ -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
-DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)
@@ -38,6 +38,7 @@ SRC = biquad_freq_resp.c \
pvu~.c \
rvu~.c \
sin_phase~.c \
+ sparse_FIR~ \
soundfile_info.c \
split.c \
v2db.c \
diff --git a/iemlib1/src/makefile_win b/iemlib1/src/makefile_win
index 22885d8..161bf97 100644
--- a/iemlib1/src/makefile_win
+++ b/iemlib1/src/makefile_win
@@ -37,7 +37,8 @@ SRC = biquad_freq_resp.c \
prvu~.c \
pvu~.c \
rvu~.c \
- sin_phase~.c \
+ sin_phase~.c \
+ sparse_FIR~ \
soundfile_info.c \
split.c \
v2db.c \