Adding float|fixed suffixes to static mode files

This commit is contained in:
Jean-Marc Valin 2010-11-06 12:11:18 -04:00
parent 6c12497c77
commit 8f6d12beec
2 changed files with 13 additions and 3 deletions

View file

@ -112,7 +112,11 @@ static const unsigned char band_allocation[] = {
#endif
#ifdef STATIC_MODES
#include "static_modes.c"
#ifdef FIXED_POINT
#include "static_modes_fixed.c"
#else
#include "static_modes_float.c"
#endif
#endif
#ifndef M_PI