[FFmpeg-cvslog] Adapt libavcodec/tableprint_vlc.h to the av_dlog -> ff_dlog change.
Alexis Ballier
git at videolan.org
Mon Apr 27 18:06:44 CEST 2015
ffmpeg | branch: master | Alexis Ballier <aballier at gentoo.org> | Mon Apr 27 17:33:01 2015 +0200| [6fe2afaa71270c8030c4afde72608668e42fed67] | committer: Michael Niedermayer
Adapt libavcodec/tableprint_vlc.h to the av_dlog -> ff_dlog change.
This fixes the build with --enable-hardcoded-tables that was broken since [8f7b022c8c2f40bf8ddfd90778a4c91424d3a8e5].
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fe2afaa71270c8030c4afde72608668e42fed67
---
libavcodec/tableprint_vlc.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h
index aa4c82b..7f46f2e 100644
--- a/libavcodec/tableprint_vlc.h
+++ b/libavcodec/tableprint_vlc.h
@@ -26,7 +26,7 @@
#define FFMPEG_CONFIG_H
#define AVUTIL_LOG_H
#define av_log(a, ...)
-#define av_dlog(a, ...)
+#define ff_dlog(a, ...)
#define AVUTIL_MEM_H
#define av_malloc(s) NULL
#define av_malloc_array(a, b) NULL
@@ -34,6 +34,7 @@
#define av_free(p)
#define av_freep(p)
#define AVCODEC_AVCODEC_H
+#define AVCODEC_INTERNAL_H
#include "tableprint.h"
#include "get_bits.h"
#include "mathtables.c"
More information about the ffmpeg-cvslog
mailing list