diff options
author | Mans Rullgard <mans@mansr.com> | 2012-07-29 13:20:54 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-07-29 21:28:45 +0100 |
commit | 87cf481aa88b89db8dbbb13dc19c9b4cb35b654a (patch) | |
tree | 7dcba9cd38d5673c0815233d078fcd0af1821abd | |
parent | be51e589cdf84d75e865cec31e722a36332a64f9 (diff) | |
download | ffmpeg-87cf481aa88b89db8dbbb13dc19c9b4cb35b654a.tar.gz |
mpegvideo: remove unnecessary inclusions of faandct.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | libavcodec/mpegvideo.c | 1 | ||||
-rw-r--r-- | libavcodec/mpegvideo_common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 574893ed05..8b2a27f5e2 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -36,7 +36,6 @@ #include "mpegvideo_common.h" #include "mjpegenc.h" #include "msmpeg4.h" -#include "faandct.h" #include "xvmc_internal.h" #include "thread.h" #include <limits.h> diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 0a731266e2..bb39619637 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -36,7 +36,6 @@ #include "mpegvideo.h" #include "mjpegenc.h" #include "msmpeg4.h" -#include "faandct.h" #include <limits.h> int ff_dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); |