summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2018-03-29 01:07:24 +0200
committerMichael Niedermayer <[email protected]>2018-07-08 19:45:46 +0200
commita3ffdf43e659f9d016bae45823a918c0af68a9d2 (patch)
tree82984175fa900bd1b44d907fea77fb381ce59553
parentea209bee9c05cb6a70ec3ab163598afafbdc4710 (diff)
avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tables
Found-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 5c75438b893539dd17998c489fb4c540fc5a6e48) Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r--libavcodec/tableprint_vlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h
index 675251a836..3004be3f9c 100644
--- a/libavcodec/tableprint_vlc.h
+++ b/libavcodec/tableprint_vlc.h
@@ -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"