From c8c2dfbc378e54aee7e8181ff532483096dc4bc7 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 10 Jun 2020 15:38:08 +0200 Subject: lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h That is a more appropriate place for it. --- tests/checkasm/videodsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/checkasm/videodsp.c') diff --git a/tests/checkasm/videodsp.c b/tests/checkasm/videodsp.c index 0a4424a28c..eb2845a7d9 100644 --- a/tests/checkasm/videodsp.c +++ b/tests/checkasm/videodsp.c @@ -23,6 +23,7 @@ #include "libavcodec/videodsp.h" #include "libavutil/internal.h" #include "libavutil/intreadwrite.h" +#include "libavutil/mem_internal.h" #define randomize_buffers(w, h) \ do { \ -- cgit v1.2.3