From e8dbc32c6c6124aa4a7b6a1ce8ebed6ae6402d5e Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 24 Oct 2006 07:37:43 +0000 Subject: Various minor fixes --- xtract/libxtract.h | 2 +- xtract/xtract_macros.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'xtract') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 235353e..5931351 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -53,7 +53,7 @@ extern "C" { * @{ */ -#define XTRACT_FEATURES 42 +#define XTRACT_FEATURES 43 #define LOG_LIMIT 10e-10 #define VERY_BIG_NUMBER 2e10 diff --git a/xtract/xtract_macros.h b/xtract/xtract_macros.h index 7cce4c0..534e1af 100644 --- a/xtract/xtract_macros.h +++ b/xtract/xtract_macros.h @@ -35,6 +35,7 @@ extern "C" { #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) > (b) ? (a) : (b)) #define NOT_IMPLEMENTED printf("Feature not implemented yet.\n") +#define NEEDS_FFTW printf("LibXtract must be compiled with fftw support to use this function.\n") #ifdef __cplusplus } -- cgit v1.2.3