[FFmpeg-cvslog] mpegvideo: remove unnecessary inclusions of faandct.h

Mans Rullgard git at videolan.org
Mon Jul 30 23:32:23 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Jul 29 13:20:54 2012 +0100| [87cf481aa88b89db8dbbb13dc19c9b4cb35b654a] | committer: Mans Rullgard

mpegvideo: remove unnecessary inclusions of faandct.h

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87cf481aa88b89db8dbbb13dc19c9b4cb35b654a
---

 libavcodec/mpegvideo.c        |    1 -
 libavcodec/mpegvideo_common.h |    1 -
 2 files changed, 2 deletions(-)

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 574893e..8b2a27f 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 0a73126..bb39619 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);



More information about the ffmpeg-cvslog mailing list