mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables
Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
084ef7d7d5
commit
5c75438b89
|
@ -35,6 +35,7 @@
|
|||
#define av_freep(p) while(0)
|
||||
#define AVCODEC_AVCODEC_H
|
||||
#define AVCODEC_INTERNAL_H
|
||||
#define AV_INPUT_BUFFER_PADDING_SIZE 64 // the value does not matter for this
|
||||
#include "tableprint.h"
|
||||
#include "get_bits.h"
|
||||
#include "mathtables.c"
|
||||
|
|
Loading…
Reference in New Issue