From e15371061d23457554d241a80dc471515ac13ad4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 27 May 2020 14:54:38 +0200 Subject: lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump They are not properly namespaced and not intended for public use. --- libavcodec/atrac1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/atrac1.c') diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c index 0dd8b87bf5..54f9b1c2d8 100644 --- a/libavcodec/atrac1.c +++ b/libavcodec/atrac1.c @@ -33,6 +33,8 @@ #include #include "libavutil/float_dsp.h" +#include "libavutil/mem_internal.h" + #include "avcodec.h" #include "get_bits.h" #include "fft.h" -- cgit v1.2.3