diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 17:45:15 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 17:45:15 +0000 |
commit | 195b7c7db8a9e9980386d0e8247f20015c7c7711 (patch) | |
tree | 1b8bd964a14554c6c221f4ad5c0c696c5a3043c3 /src/init.c | |
parent | c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6 (diff) | |
download | LibXtract-195b7c7db8a9e9980386d0e8247f20015c7c7711.tar.gz LibXtract-195b7c7db8a9e9980386d0e8247f20015c7c7711.tar.bz2 LibXtract-195b7c7db8a9e9980386d0e8247f20015c7c7711.zip |
Define USE_OOURA if not on "Darwin"
- Should fix build issue on Linux
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -23,10 +23,6 @@ /* init.c: defines initialisation and free functions. Also contains library constructor routine. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <math.h> #include <stdlib.h> #include <stdio.h> @@ -38,8 +34,6 @@ #define DEFINE_GLOBALS #include "xtract_globals_private.h" - - #ifdef USE_OOURA void xtract_init_ooura_data(xtract_ooura_data *ooura_data, unsigned int N) { |