Skip to content

Commit 2de14c3

Browse files
committed
avcodec/tableprint_vlc: fix build with --enable-hardcoded-tables
Fixes #11518
1 parent d54afd4 commit 2de14c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libavcodec/tableprint_vlc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#define AVUTIL_LOG_H
2727
#define av_log(a, ...) while(0)
2828
#define ff_dlog(a, ...) while(0)
29+
#define ff_tlog(a, ...) while(0)
2930
#define AVUTIL_MEM_H
3031
#define av_malloc(s) NULL
3132
#define av_malloc_array(a, b) NULL

0 commit comments

Comments
 (0)