Advertisement
thermskin

H815_AICP11_error

Dec 8th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. target StaticLib: libhevcdec_32 (/var/aicp_mm6.0/out/target/product/h815/obj_arm/STATIC_LIBRARIES/libhevcdec_intermediates/libhevcdec.a)
  2. target thumb C++: libstagefright_soft_mp3dec_32 <= frameworks/av/media/libstagefright/codecs/mp3dec/SoftMP3.cpp
  3. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp: In member function 'android::status_t android::SoftHEVC::initDecoder()':
  4. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:40:41: error: 'ihevcd_cxa_create_ip_t' was not declared in this scope
  5. #define ivdext_create_ip_t ihevcd_cxa_create_ip_t
  6. ^
  7. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:265:9: note: in expansion of macro 'ivdext_create_ip_t'
  8. ivdext_create_ip_t s_create_ip;
  9. ^
  10. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:41:41: error: 'ihevcd_cxa_create_op_t' was not declared in this scope
  11. #define ivdext_create_op_t ihevcd_cxa_create_op_t
  12. ^
  13. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:266:9: note: in expansion of macro 'ivdext_create_op_t'
  14. ivdext_create_op_t s_create_op;
  15. ^
  16. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:270:9: error: 's_create_ip' was not declared in this scope
  17. s_create_ip.s_ivd_create_ip_t.u4_size = sizeof(ivdext_create_ip_t);
  18. ^
  19. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:271:47: error: 'IVD_CMD_CREATE' was not declared in this scope
  20. s_create_ip.s_ivd_create_ip_t.e_cmd = IVD_CMD_CREATE;
  21. ^
  22. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:273:9: error: 's_create_op' was not declared in this scope
  23. s_create_op.s_ivd_create_op_t.u4_size = sizeof(ivdext_create_op_t);
  24. ^
  25. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp: In member function 'android::status_t android::SoftHEVC::deInitDecoder()':
  26. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:42:41: error: 'ihevcd_cxa_delete_ip_t' was not declared in this scope
  27. #define ivdext_delete_ip_t ihevcd_cxa_delete_ip_t
  28. ^
  29. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:315:9: note: in expansion of macro 'ivdext_delete_ip_t'
  30. ivdext_delete_ip_t s_delete_ip;
  31. ^
  32. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:43:41: error: 'ihevcd_cxa_delete_op_t' was not declared in this scope
  33. #define ivdext_delete_op_t ihevcd_cxa_delete_op_t
  34. ^
  35. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:316:9: note: in expansion of macro 'ivdext_delete_op_t'
  36. ivdext_delete_op_t s_delete_op;
  37. ^
  38. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:318:9: error: 's_delete_ip' was not declared in this scope
  39. s_delete_ip.s_ivd_delete_ip_t.u4_size = sizeof(ivdext_delete_ip_t);
  40. ^
  41. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:319:47: error: 'IVD_CMD_DELETE' was not declared in this scope
  42. s_delete_ip.s_ivd_delete_ip_t.e_cmd = IVD_CMD_DELETE;
  43. ^
  44. frameworks/av/media/libstagefright/codecs/hevcdec/SoftHEVC.cpp:321:9: error: 's_delete_op' was not declared in this scope
  45. s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t);
  46. ^
  47. make: *** [/var/aicp_mm6.0/out/target/product/h815/obj_arm/SHARED_LIBRARIES/libstagefright_soft_hevcdec_intermediates/SoftHEVC.o] Error 1
  48. make: *** Waiting for unfinished jobs....
  49. make: Leaving directory `/var/aicp_mm6.0'
  50.  
  51. #### make failed to build some targets (30:32 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement