From e71b8119e7db675dd2dac3f7fb069b0df2943c38 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 11 Jan 2017 21:17:52 -0300 Subject: [PATCH] avcodec/mathops: add missing header for ff_reverse Signed-off-by: James Almer --- libavcodec/mathops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 958132d897d..2d56d007aae 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -25,6 +25,7 @@ #include #include "libavutil/common.h" +#include "libavutil/internal.h" #include "config.h" #define MAX_NEG_CROP 1024 -- 2.39.2