changeset 28:c9223f9082e0

OS X fixes
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 18 Oct 2006 20:06:45 +0000
parents 43332188a780
children a9154a4599c2
files config.h.in xtract/libxtract.h
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.h.in	Wed Oct 18 19:54:26 2006 +0000
+++ b/config.h.in	Wed Oct 18 20:06:45 2006 +0000
@@ -45,6 +45,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* LibXtract Version */
+#undef LIBXTRACT_VERSION
+
 /* Name of package */
 #undef PACKAGE
 
--- a/xtract/libxtract.h	Wed Oct 18 19:54:26 2006 +0000
+++ b/xtract/libxtract.h	Wed Oct 18 20:06:45 2006 +0000
@@ -176,7 +176,6 @@
  */
 #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 @@
  * 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_ {