mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 18:03:17 +00:00
avcodec/tableprint_vlc: fix build with --enable-hardcoded-tables
Fixes #11518
This commit is contained in:
parent
d54afd4d61
commit
2de14c3e03
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue