mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
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>
(cherry picked from commit 5c75438b89)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
9b2ce61155
commit
2be397e234
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue