Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT

The define does not originate from configure, so it should not
have a name that is CONFIG_-prefixed.
This commit is contained in:
Diego Biurrun
2014-01-06 14:48:18 +01:00
parent 63debaa74c
commit 794fcf79a8
13 changed files with 24 additions and 24 deletions

View File

@@ -16,5 +16,5 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define CONFIG_FFT_FLOAT 1
#define FFT_FLOAT 1
#include "fft_template.c"