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:
parent
0f8e4dfe6e
commit
3bd8a2ef6c
@ -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…
Reference in New Issue
Block a user