You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Adapt libavcodec/tableprint_vlc.h to the av_dlog -> ff_dlog change.
This fixes the build with --enable-hardcoded-tables that was broken since [8f7b022c8c
].
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
4a7b50679d
commit
6fe2afaa71
@@ -26,7 +26,7 @@
|
|||||||
#define FFMPEG_CONFIG_H
|
#define FFMPEG_CONFIG_H
|
||||||
#define AVUTIL_LOG_H
|
#define AVUTIL_LOG_H
|
||||||
#define av_log(a, ...)
|
#define av_log(a, ...)
|
||||||
#define av_dlog(a, ...)
|
#define ff_dlog(a, ...)
|
||||||
#define AVUTIL_MEM_H
|
#define AVUTIL_MEM_H
|
||||||
#define av_malloc(s) NULL
|
#define av_malloc(s) NULL
|
||||||
#define av_malloc_array(a, b) NULL
|
#define av_malloc_array(a, b) NULL
|
||||||
@@ -34,6 +34,7 @@
|
|||||||
#define av_free(p)
|
#define av_free(p)
|
||||||
#define av_freep(p)
|
#define av_freep(p)
|
||||||
#define AVCODEC_AVCODEC_H
|
#define AVCODEC_AVCODEC_H
|
||||||
|
#define AVCODEC_INTERNAL_H
|
||||||
#include "tableprint.h"
|
#include "tableprint.h"
|
||||||
#include "get_bits.h"
|
#include "get_bits.h"
|
||||||
#include "mathtables.c"
|
#include "mathtables.c"
|
||||||
|
Reference in New Issue
Block a user