Browse code

lavc/tableprint_vlc: Remove avpriv_request_sample() from included files.

Fixes compilation with --enable-hardcoded-tables.
Fixes ticket #7962.

(cherry picked from commit c8232e50074f6f9f9b0674d0a5433f49d73a4e50)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Carl Eugen Hoyos authored on 2019/06/19 20:41:01
Showing 1 changed files
... ...
@@ -36,6 +36,7 @@
36 36
 #define AVCODEC_AVCODEC_H
37 37
 #define AVCODEC_INTERNAL_H
38 38
 #define AV_INPUT_BUFFER_PADDING_SIZE 64 // the value does not matter for this
39
+#define avpriv_request_sample(...)
39 40
 #include "tableprint.h"
40 41
 #include "get_bits.h"
41 42
 #include "mathtables.c"