summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 14:34:46 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 14:34:46 +0000
commit1429224b04cd10ef0d81c1c0d6eae82a5afad4d8 (patch)
treebf2a9dfa9f7a155d1163d96e76e98943a100bbb1 /ffplay.c
parent50e10cbd7a62bf7731bf00c1a190a7ae3d5b3831 (diff)
Move FFT parts from dsputil.h to fft.h
Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index ce1d5a2cb9..474240ca93 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -30,7 +30,7 @@
#include "libavcodec/audioconvert.h"
#include "libavcodec/colorspace.h"
#include "libavcodec/opt.h"
-#include "libavcodec/dsputil.h"
+#include "libavcodec/fft.h"
#if CONFIG_AVFILTER
# include "libavfilter/avfilter.h"