From faec4ffea914580d0722a3f29286863fbafeac0b Mon Sep 17 00:00:00 2001 From: musil Date: Wed, 24 Nov 2010 13:17:26 +0000 Subject: change because of sparse_FIR~ svn path=/trunk/externals/iemlib/; revision=14522 --- iemlib1/src/makefile_d_fat | 1 + iemlib1/src/makefile_linux | 3 ++- iemlib1/src/makefile_win | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'iemlib1/src') 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 \ -- cgit v1.2.1