1
0
Fork 0

avcodec/aacps_tablegen: fix build error after avutil bump

Fix tickets #10225

DECLARE_ALIGNED has been moved to mem_internal.h.

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Reviewed-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Zhao Zhili 2023-03-01 02:23:00 +08:00
parent 52a0852ae6
commit 814178f926
1 changed files with 1 additions and 1 deletions

View File

@ -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