diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-12-28 19:34:51 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-12-28 19:34:51 +0000 |
commit | 2e66bd6092fe93ca7fa953c4af9d0e16bbf69905 (patch) | |
tree | 0879cd510f23690e40ed4c01262bf301bfc38d15 /xtract/Makefile.am | |
parent | 0c2e564c15c583a5274271a0bbacb237b180d500 (diff) | |
download | LibXtract-2e66bd6092fe93ca7fa953c4af9d0e16bbf69905.tar.gz LibXtract-2e66bd6092fe93ca7fa953c4af9d0e16bbf69905.tar.bz2 LibXtract-2e66bd6092fe93ca7fa953c4af9d0e16bbf69905.zip |
- Added new helper functions: xtract_windowed() and xtract_features_from_subframes()
- Added windowing functions (window.c)
Diffstat (limited to 'xtract/Makefile.am')
-rw-r--r-- | xtract/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtract/Makefile.am b/xtract/Makefile.am index eca7030..ad79356 100644 --- a/xtract/Makefile.am +++ b/xtract/Makefile.am @@ -3,5 +3,5 @@ MAINTAINERCLEANFILES = Makefile.in libxtractdir = $(includedir)/xtract libxtract_HEADERS = libxtract.h xtract_macros.h xtract_types.h xtract_delta.h \ - xtract_scalar.h xtract_vector.h + xtract_scalar.h xtract_vector.h xtract_helper.h |