From 55e35c98d5f3159e5902616bdce01add685510b5 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 10 Feb 2013 15:59:20 -0800 Subject: h264 intra pred: add missing includes. Signed-off-by: Michael Niedermayer --- libavcodec/h264pred.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h264pred.c') diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c index db483c9702..29c529af69 100644 --- a/libavcodec/h264pred.c +++ b/libavcodec/h264pred.c @@ -27,6 +27,8 @@ #include "libavutil/avassert.h" #include "h264pred.h" +#include "dsputil.h" // for ff_cropTbl +#include "avcodec.h" // for AV_CODEC_ID_* #define BIT_DEPTH 8 #include "h264pred_template.c" -- cgit v1.2.1