mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
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:
parent
c8c2dfbc37
commit
e15371061d
144 changed files with 264 additions and 26 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue