You've already forked FFmpeg
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:
@ -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
|
||||
|
Reference in New Issue
Block a user