From b070158eb86c3a300623e9597d06abcd279ca9c7 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sat, 24 Sep 2022 19:56:09 +0000 Subject: [PATCH] add header --- media/video/libvpx/variancefuncs_svp64.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media/video/libvpx/variancefuncs_svp64.c b/media/video/libvpx/variancefuncs_svp64.c index 1dab2b87..7547c632 100644 --- a/media/video/libvpx/variancefuncs_svp64.c +++ b/media/video/libvpx/variancefuncs_svp64.c @@ -10,6 +10,8 @@ #include +#include "variance_svp64_wrappers.h" + #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) #define ROUND_POWER_OF_TWO(value, n) (((value) + (1 << ((n)-1))) >> (n)) -- 2.30.2