ffmpeg | branch: master | Timo Rothenpieler <t...@rothenpieler.org> | Tue Mar 18 01:21:14 2025 +0100| [2de14c3e03ed2ba56d13b726e209d0af8a548d7c] | committer: Timo Rothenpieler
avcodec/tableprint_vlc: fix build with --enable-hardcoded-tables Fixes #11518 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2de14c3e03ed2ba56d13b726e209d0af8a548d7c --- 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".