Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. HOSTCC libavcodec/qdm2_tablegen.o
  2. In file included from libavcodec/tableprint.h:29:0,
  3. from libavcodec/tableprint_vlc.h:38,
  4. from libavcodec/qdm2_tablegen.c:24:
  5. libavcodec/get_bits.h: In function ‘init_get_bits’:
  6. libavcodec/get_bits.h:432:40: error: ‘AV_INPUT_BUFFER_PADDING_SIZE’ undeclared (first use in this function)
  7. if (bit_size >= INT_MAX - FFMAX(7, AV_INPUT_BUFFER_PADDING_SIZE*8) || bit_size < 0 || !buffer) {
  8. ^
  9. ./libavutil/common.h:94:28: note: in definition of macro ‘FFMAX’
  10. #define FFMAX(a,b) ((a) > (b) ? (a) : (b))
  11. ^
  12. libavcodec/get_bits.h:432:40: note: each undeclared identifier is reported only once for each function it appears in
  13. if (bit_size >= INT_MAX - FFMAX(7, AV_INPUT_BUFFER_PADDING_SIZE*8) || bit_size < 0 || !buffer) {
  14. ^
  15. ./libavutil/common.h:94:28: note: in definition of macro ‘FFMAX’
  16. #define FFMAX(a,b) ((a) > (b) ? (a) : (b))
  17. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement