[FFmpeg-cvslog] dct: remove superflous #include
Mans Rullgard
git at videolan.org
Mon Mar 21 04:12:47 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Mar 20 02:14:52 2011 +0000| [8eec00278c2ccad7fba840416a3a22740aa8e60f] | committer: Mans Rullgard
dct: remove superflous #include
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8eec00278c2ccad7fba840416a3a22740aa8e60f
---
libavcodec/dct.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/dct.c b/libavcodec/dct.c
index ef9673e..83ea00f 100644
--- a/libavcodec/dct.c
+++ b/libavcodec/dct.c
@@ -30,7 +30,6 @@
#include <math.h>
#include "libavutil/mathematics.h"
#include "dct.h"
-#include "x86/fft.h"
#define DCT32_FLOAT
#include "dct32.c"
More information about the ffmpeg-cvslog
mailing list