Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-20 05:14:52 +0300
committerMans Rullgard <mans@mansr.com>2011-03-20 20:15:41 +0300
commit8eec00278c2ccad7fba840416a3a22740aa8e60f (patch)
tree3d8703c0a943a61862372d4f32a0861b6fcd7bf7 /libavcodec/dct.c
parent0aded9484da7da6fe23254e23382767635f8360a (diff)
dct: remove superflous #include
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dct.c')
-rw-r--r--libavcodec/dct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dct.c b/libavcodec/dct.c
index ef9673e227..83ea00f9cb 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"