Fixing tests on machines with no __builtin_clz()
This commit is contained in:
parent
3578076003
commit
293b9f1977
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#endif
|
||||
|
||||
#include "mathops.c"
|
||||
#include "entcode.c"
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include "../libcelt/kiss_fft.c"
|
||||
#include "../libcelt/mdct.c"
|
||||
#include "../libcelt/mathops.c"
|
||||
#include "../libcelt/entcode.c"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.141592653
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue