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. --- libavcodec/speedhq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/speedhq.c') diff --git a/libavcodec/speedhq.c b/libavcodec/speedhq.c index 221a70b3e9..759fc6dfc5 100644 --- a/libavcodec/speedhq.c +++ b/libavcodec/speedhq.c @@ -28,6 +28,7 @@ #include "config.h" #include "libavutil/attributes.h" +#include "libavutil/mem_internal.h" #include "avcodec.h" #include "get_bits.h" -- cgit v1.2.3