Guest User

Untitled

a guest
Sep 13th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(mpeg4videodec.o): In function `mpeg4_decode_partitioned_mb':
  2. mpeg4videodec.c:(.text+0x39e4): undefined reference to `ff_h263_rl_inter'
  3. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(mpeg4videodec.o): In function `mpeg4_decode_mb':
  4. mpeg4videodec.c:(.text+0x5094): undefined reference to `ff_h263_rl_inter'
  5. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(mpeg4videodec.o): In function `ff_mpeg4_decode_picture_header':
  6. mpeg4videodec.c:(.text+0xa5f8): undefined reference to `ff_h263_pixel_aspect'
  7. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(ituh263dec.o): In function `h263_decode_dquant':
  8. ituh263dec.c:(.text+0x328): undefined reference to `ff_modified_quant_tab'
  9. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(ituh263dec.o): In function `h263_decode_block':
  10. ituh263dec.c:(.text+0x768): undefined reference to `ff_h263_rl_inter'
  11. ituh263dec.c:(.text+0x76c): undefined reference to `ff_rl_intra_aic'
  12. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(ituh263dec.o): In function `ff_h263_decode_mba':
  13. ituh263dec.c:(.text+0xa7c): undefined reference to `ff_mba_max'
  14. ituh263dec.c:(.text+0xa80): undefined reference to `ff_mba_length'
  15. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(ituh263dec.o): In function `ff_h263_decode_picture_header':
  16. ituh263dec.c:(.text+0x3068): undefined reference to `ff_h263_format'
  17. ituh263dec.c:(.text+0x3074): undefined reference to `ff_aic_dc_scale_table'
  18. ituh263dec.c:(.text+0x30c0): undefined reference to `ff_h263_chroma_qscale_table'
  19. ituh263dec.c:(.text+0x30d8): undefined reference to `ff_h263_pixel_aspect'
  20. /home/luca/project/pi/pi/piomxtextures_src/../3rdparty/ffmpeg/ffmpeg_pi2/lib/libavcodec.a(ituh263dec.o): In function `ff_h263_decode_init_vlc':
  21. ituh263dec.c:(.text.unlikely+0x330): undefined reference to `ff_h263_intra_MCBPC_bits'
  22. ituh263dec.c:(.text.unlikely+0x334): undefined reference to `ff_h263_intra_MCBPC_code'
  23. ituh263dec.c:(.text.unlikely+0x33c): undefined reference to `ff_h263_inter_MCBPC_bits'
  24. ituh263dec.c:(.text.unlikely+0x340): undefined reference to `ff_h263_inter_MCBPC_code'
  25. ituh263dec.c:(.text.unlikely+0x348): undefined reference to `ff_h263_cbpy_tab'
  26. ituh263dec.c:(.text.unlikely+0x34c): undefined reference to `ff_mvtab'
  27. ituh263dec.c:(.text.unlikely+0x350): undefined reference to `ff_h263_rl_inter'
  28. ituh263dec.c:(.text.unlikely+0x354): undefined reference to `ff_h263_static_rl_table_store'
  29. ituh263dec.c:(.text.unlikely+0x358): undefined reference to `ff_rl_intra_aic'
  30. ituh263dec.c:(.text.unlikely+0x368): undefined reference to `ff_h263_mbtype_b_tab'
  31. ituh263dec.c:(.text.unlikely+0x36c): undefined reference to `ff_cbpc_b_tab'
  32. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment