Update include directives in fft-test.c
Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0f8e4dfe6e
commit
3bd8a2ef6c
1 changed files with 3 additions and 1 deletions
|
|
@ -23,8 +23,10 @@
|
|||
* FFT and MDCT tests.
|
||||
*/
|
||||
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "libavutil/lfg.h"
|
||||
#include "dsputil.h"
|
||||
#include "libavutil/log.h"
|
||||
#include "fft.h"
|
||||
#include <math.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue