1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

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 AVUTIL_LOG_H
#define av_log(a, ...) while(0) #define av_log(a, ...) while(0)
#define ff_dlog(a, ...) while(0) #define ff_dlog(a, ...) while(0)
#define ff_tlog(a, ...) while(0)
#define AVUTIL_MEM_H #define AVUTIL_MEM_H
#define av_malloc(s) NULL #define av_malloc(s) NULL
#define av_malloc_array(a, b) NULL #define av_malloc_array(a, b) NULL