add header
authorKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Sat, 24 Sep 2022 19:56:09 +0000 (19:56 +0000)
committerKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Sun, 25 Sep 2022 16:58:05 +0000 (16:58 +0000)
media/video/libvpx/variancefuncs_svp64.c

index 1dab2b87f648c56adbe5eb26020d91292f33327e..7547c6322cc1af029f20d96c37373b3c2bd91c57 100644 (file)
@@ -10,6 +10,8 @@
 
 #include <stdint.h>
 
+#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))