From 1429224b04cd10ef0d81c1c0d6eae82a5afad4d8 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 6 Mar 2010 14:34:46 +0000 Subject: Move FFT parts from dsputil.h to fft.h Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffplay.c') 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" -- cgit v1.2.3