From 2de14c3e03ed2ba56d13b726e209d0af8a548d7c Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Tue, 18 Mar 2025 01:21:14 +0100 Subject: [PATCH] avcodec/tableprint_vlc: fix build with --enable-hardcoded-tables Fixes #11518 --- libavcodec/tableprint_vlc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h index b97c1f9cfb..ab33e90090 100644 --- a/libavcodec/tableprint_vlc.h +++ b/libavcodec/tableprint_vlc.h @@ -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