diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-18 20:06:45 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-18 20:06:45 +0000 |
commit | d4ef5832c3e78458b87734f6d41e10846fc6ce1c (patch) | |
tree | 33a649e0ac0d3fbc74eeb58adc67d2826a7399ed /xtract/libxtract.h | |
parent | 3eee8c9c8a209cccbb634bad930a7156c1058a9b (diff) | |
download | LibXtract-d4ef5832c3e78458b87734f6d41e10846fc6ce1c.tar.gz LibXtract-d4ef5832c3e78458b87734f6d41e10846fc6ce1c.tar.bz2 LibXtract-d4ef5832c3e78458b87734f6d41e10846fc6ce1c.zip |
OS X fixes
Diffstat (limited to 'xtract/libxtract.h')
-rw-r--r-- | xtract/libxtract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 627046d..81f261f 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -176,7 +176,6 @@ printf("Mean = %.2f\n", mean); */ #ifdef XTRACT int(*xtract[XTRACT_FEATURES])(float *data, int N, void *argv, float *result); -#endif /** \brief An array of pointers to function help strings @@ -184,6 +183,7 @@ int(*xtract[XTRACT_FEATURES])(float *data, int N, void *argv, float *result); * Defined in libxtract.c. As a minimum this will contain pointers to the names of all of the feature extraction functions in the library. This is intended as a 'quick reference' to be queried as necessary. */ char *xtract_help_strings[XTRACT_FEATURES]; +#endif /** \brief A structure to store a set of n_filters Mel filters */ typedef struct xtract_mel_filter_ { |