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.
This commit is contained in:
Anton Khirnov 2020-05-27 14:54:38 +02:00
parent c8c2dfbc37
commit e15371061d
144 changed files with 264 additions and 26 deletions

View file

@ -37,6 +37,7 @@
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavutil/mem.h"
#include "libavutil/mem_internal.h"
#include "aac_defines.h"
#include "libavutil/softfloat.h"