avcodec/tableprint_vlc: fix build with --enable-hardcoded-tables

Fixes #11518
This commit is contained in:
Timo Rothenpieler 2025-03-18 01:21:14 +01:00
parent d54afd4d61
commit 2de14c3e03

View file

@ -26,6 +26,7 @@
#define AVUTIL_LOG_H
#define av_log(a, ...) while(0)
#define ff_dlog(a, ...) while(0)
#define ff_tlog(a, ...) while(0)
#define AVUTIL_MEM_H
#define av_malloc(s) NULL
#define av_malloc_array(a, b) NULL