Mercurial > libavcodec.hg
changeset 11390:4a8900c06c67 libavcodec
Update include directives in fft-test.c
author | mru |
---|---|
date | Sun, 07 Mar 2010 21:47:41 +0000 |
parents | 7b9896e85410 |
children | 4c7afa50df6f |
files | fft-test.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fft-test.c Sun Mar 07 21:16:44 2010 +0000 +++ b/fft-test.c Sun Mar 07 21:47:41 2010 +0000 @@ -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>