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

@ -21,6 +21,7 @@
*/
#include "libavutil/avutil.h"
#include "libavutil/mem_internal.h"
#define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \
do { \

View file

@ -30,6 +30,7 @@
#include "libavutil/avutil.h"
#include "libavutil/intmath.h"
#include "libavutil/log.h"
#include "libavutil/mem_internal.h"
#include "postprocess.h"
#define V_DEBLOCK 0x01

View file

@ -23,6 +23,7 @@
* mmx/mmx2/3dnow postprocess code.
*/
#include "libavutil/mem_internal.h"
#include "libavutil/x86/asm.h"
/* A single TEMPLATE_PP_* should be defined (to 1) when this template is