Advertisement
Guest User

ffmpeg error

a guest
Oct 20th, 2015
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.67 KB | None | 0 0
  1. [~/ffmpeg_sources/ffmpeg]# make
  2. CC  libavcodec/libvpxenc.o
  3. libavcodec/libvpxenc.c:107: error: ‘VP8E_UPD_ENTROPY’ undeclared here (not in a function)
  4. libavcodec/libvpxenc.c:107: error: array index in initializer not of integer type
  5. libavcodec/libvpxenc.c:107: error: (near initialization for ‘ctlidstr’)
  6. libavcodec/libvpxenc.c:108: error: ‘VP8E_UPD_REFERENCE’ undeclared here (not in a function)
  7. libavcodec/libvpxenc.c:108: error: array index in initializer not of integer type
  8. libavcodec/libvpxenc.c:108: error: (near initialization for ‘ctlidstr’)
  9. libavcodec/libvpxenc.c:109: error: ‘VP8E_USE_REFERENCE’ undeclared here (not in a function)
  10. libavcodec/libvpxenc.c:109: error: array index in initializer not of integer type
  11. libavcodec/libvpxenc.c:109: error: (near initialization for ‘ctlidstr’)
  12. libavcodec/libvpxenc.c: In function ‘vpx_init’:
  13. libavcodec/libvpxenc.c:504: warning: ‘rc_buffer_aggressivity’ is deprecated (declared at libavcodec/avcodec.h:2474)
  14. libavcodec/libvpxenc.c:507: warning: ‘rc_buffer_aggressivity’ is deprecated (declared at libavcodec/avcodec.h:2474)
  15. libavcodec/libvpxenc.c:597: warning: ‘mb_threshold’ is deprecated (declared at libavcodec/avcodec.h:2061)
  16. libavcodec/libvpxenc.c:600: warning: ‘mb_threshold’ is deprecated (declared at libavcodec/avcodec.h:2061)
  17. libavcodec/libvpxenc.c: In function ‘storeframe’:
  18. libavcodec/libvpxenc.c:698: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  19. libavcodec/libvpxenc.c:699: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  20. libavcodec/libvpxenc.c:707: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  21. libavcodec/libvpxenc.c:715: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  22. libavcodec/libvpxenc.c:728: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  23. libavcodec/libvpxenc.c:728: warning: ‘error’ is deprecated (declared at ./libavutil/frame.h:290)
  24. libavcodec/libvpxenc.c:729: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  25. libavcodec/libvpxenc.c:729: warning: ‘error’ is deprecated (declared at ./libavutil/frame.h:290)
  26. libavcodec/libvpxenc.c:730: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  27. libavcodec/libvpxenc.c:730: warning: ‘error’ is deprecated (declared at ./libavutil/frame.h:290)
  28. libavcodec/libvpxenc.c:731: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2880)
  29. libavcodec/libvpxenc.c:731: warning: ‘error’ is deprecated (declared at ./libavutil/frame.h:290)
  30. make: *** [libavcodec/libvpxenc.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement