summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-07-29 13:20:54 +0100
committerMans Rullgard <mans@mansr.com>2012-07-29 21:28:45 +0100
commit87cf481aa88b89db8dbbb13dc19c9b4cb35b654a (patch)
tree7dcba9cd38d5673c0815233d078fcd0af1821abd /libavcodec/mpegvideo.c
parentbe51e589cdf84d75e865cec31e722a36332a64f9 (diff)
mpegvideo: remove unnecessary inclusions of faandct.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c1
1 files changed, 0 insertions, 1 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>