Module: libav
Branch: master
Commit: 87cf481aa88b89db8dbbb13dc19c9b4cb35b654a

Author:    Mans Rullgard <m...@mansr.com>
Committer: Mans Rullgard <m...@mansr.com>
Date:      Sun Jul 29 13:20:54 2012 +0100

mpegvideo: remove unnecessary inclusions of faandct.h

Signed-off-by: Mans Rullgard <m...@mansr.com>

---

 libavcodec/mpegvideo.c        |    1 -
 libavcodec/mpegvideo_common.h |    1 -
 2 files changed, 0 insertions(+), 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);

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to