1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Update include directives in fft-test.c

Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-03-07 21:47:41 +00:00
parent 0f8e4dfe6e
commit 3bd8a2ef6c

View File

@ -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>