Adding float|fixed suffixes to static mode files
This commit is contained in:
parent
6c12497c77
commit
8f6d12beec
2 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue