Browse Source

Update include directives in fft-test.c

Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 15 years ago
parent
commit
3bd8a2ef6c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libavcodec/fft-test.c

+ 3
- 1
libavcodec/fft-test.c View File

@@ -23,8 +23,10 @@
* FFT and MDCT tests. * FFT and MDCT tests.
*/ */


#include "libavutil/mathematics.h"
#include "libavutil/lfg.h" #include "libavutil/lfg.h"
#include "dsputil.h"
#include "libavutil/log.h"
#include "fft.h"
#include <math.h> #include <math.h>
#include <unistd.h> #include <unistd.h>
#include <sys/time.h> #include <sys/time.h>


Loading…
Cancel
Save