Advertisement
infected_

Untitled

Oct 27th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. target thumb C: libblas <= external/cblas/src/cblas_ccopy.c
  2. target thumb C: libblas <= external/cblas/src/cblas_cdotc_sub.c
  3. target thumb C: libblas <= external/cblas/src/cblas_cdotu_sub.c
  4. target thumb C: libblas <= external/cblas/src/cblas_cgbmv.c
  5. target thumb C: libblas <= external/cblas/src/cblas_cgemm.c
  6. target thumb C: libblas <= external/cblas/src/cblas_cgemv.c
  7. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp: In member function 'bool venc_dev::venc_set_session_priority(OMX_U32)':
  8. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4682:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
  9. control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
  10. ^
  11. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4685:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE' was not declared in this scope
  12. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE;
  13. ^
  14. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4688:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
  15. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
  16. ^
  17. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp: In member function 'bool venc_dev::venc_set_operatingrate(OMX_U32)':
  18. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4715:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE' was not declared in this scope
  19. control.id = V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE;
  20. ^
  21. target thumb C: libblas <= external/cblas/src/cblas_cgerc.c
  22. make: *** [/home/infected_/Output/omni/target/product/leo/obj/SHARED_LIBRARIES/libOmxVenc_intermediates/venc/src/video_encoder_device_v4l2.o] Error 1
  23. make: *** Waiting for unfinished jobs....
  24. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'virtual OMX_ERRORTYPE omx_vdec::component_init(OMX_STRING)':
  25. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:2068:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
  26. control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
  27. ^
  28. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:2069:21: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
  29. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
  30. ^
  31. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'virtual OMX_ERRORTYPE omx_vdec::set_config(OMX_HANDLETYPE, OMX_INDEXTYPE, OMX_PTR)':
  32. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4457:22: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
  33. control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
  34. ^
  35. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4459:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE' was not declared in this scope
  36. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE;
  37. ^
  38. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4461:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
  39. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
  40. ^
  41. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4476:22: error: 'V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE' was not declared in this scope
  42. control.id = V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE;
  43. ^
  44. make: *** [/home/infected_/Output/omni/target/product/leo/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/vdec/src/omx_vdec_msm8974.o] Error 1
  45. make: *** wait: No child processes. Stop.
  46.  
  47. #### make failed to build some targets (02:35 (mm:ss)) ####
  48.  
  49. infected_@infected-labs:/mnt/Building/omni$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement