summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/h264pred.c2
1 files changed, 2 insertions, 0 deletions
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"