diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-11 15:46:22 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-11 15:46:22 +0000 |
commit | 92f75bd646ccf6754662a1575511d0f907f545b3 (patch) | |
tree | a289258c26080017bf999dd19de886f4c6d57ed9 /externals/build/src/FIR~.c | |
parent | 07cadf663de8d61bc28cc35c7cbec39c8ad8fbe9 (diff) |
- fixed up iemlib includes to accomidate recent iemlib source changes, and
removed objects that were obsoleted.
- perhaps its time to remove iemlib from this flatspace library since iemlib
can built separately in its entirety. But others still want this, so I'll
leave it be.
svn path=/trunk/; revision=6264
Diffstat (limited to 'externals/build/src/FIR~.c')
-rw-r--r-- | externals/build/src/FIR~.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/externals/build/src/FIR~.c b/externals/build/src/FIR~.c index 3a7d27e8..9dd1861c 100644 --- a/externals/build/src/FIR~.c +++ b/externals/build/src/FIR~.c @@ -1,5 +1 @@ -#include "../../iemlib/src/iemlib1/sigFIR.c" -void FIR_tilde_setup(void) -{ - sigFIR_setup(); -} +#include "../../iemlib/src/iemlib1/FIR~.c" |