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:
Michael Niedermayer 2018-03-29 01:07:24 +02:00
parent 084ef7d7d5
commit 5c75438b89
1 changed files with 1 additions and 0 deletions

View File

@ -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"