Commit 814178f9 authored by Zhao Zhili's avatar Zhao Zhili

avcodec/aacps_tablegen: fix build error after avutil bump

Fix tickets #10225

DECLARE_ALIGNED has been moved to mem_internal.h.
Signed-off-by: 's avatarZhao Zhili <zhilizhao@tencent.com>
Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 52a0852a
......@@ -34,7 +34,7 @@
#include "libavutil/common.h"
#include "libavutil/libm.h"
#include "libavutil/mathematics.h"
#include "libavutil/mem.h"
#include "libavutil/mem_internal.h"
#define NR_ALLPASS_BANDS20 30
#define NR_ALLPASS_BANDS34 50
#define PS_AP_LINKS 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment