From 7044486fdcc4d806f46c35ec4787ae48fa26c369 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Sat, 6 Oct 2007 16:36:00 +0000 Subject: Removed fftw_plan from xtraction functions. Created new init function xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT). --- xtract/xtract_delta.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xtract/xtract_delta.h') diff --git a/xtract/xtract_delta.h b/xtract/xtract_delta.h index 9c6910a..706c812 100644 --- a/xtract/xtract_delta.h +++ b/xtract/xtract_delta.h @@ -47,8 +47,6 @@ int xtract_delta_feature(const float *data, const int N, const void *argv, float /*xtract_frame_tracker *xf */ /*float frames*/ - - #ifdef __cplusplus } #endif -- cgit v1.2.3