Advertisement
Guest User

AudioHardware.cpp error building android

a guest
May 14th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. target thumb C++: libOmxAacEnc <= hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp
  2. target thumb C: libOmxAacEnc <= hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/src/aenc_svr.c
  3. In file included from hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/src/omx_aac_aenc.cpp:41:0:
  4. hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/inc/omx_aac_aenc.h:52:34: fatal error: QOMX_AudioExtensions.h: No such file or directory
  5. compilation terminated.
  6. make: *** [/home/calikevin/slimkat/out/target/product/holiday/obj/SHARED_LIBRARIES/libOmxAacEnc_intermediates/src/omx_aac_aenc.o] Error 1
  7. make: *** Waiting for unfinished jobs....
  8. hardware/qcom/gps/core/loc_core_log.cpp:135:1: warning: narrowing conversion of '4294967295u' from 'unsigned int' to 'long int' inside { } is ill-formed in C++11 [-Wnarrowing]
  9. In file included from hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/src/aenc_svr.c:35:0:
  10. hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:39:0: warning: "LOG_TAG" redefined [enabled by default]
  11. In file included from system/core/include/cutils/log.h:1:0,
  12. from system/core/include/utils/Log.h:31,
  13. from hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/inc/aenc_svr.h:36,
  14. from hardware/qcom/audio-caf/legacy/mm-audio/aenc-aac/qdsp6/src/aenc_svr.c:35:
  15. system/core/include/log/log.h:68:0: note: this is the location of the previous definition
  16. hardware/qcom/audio-caf/legacy/msm8660/AudioHardware.cpp: At global scope:
  17. hardware/qcom/audio-caf/legacy/msm8660/AudioHardware.cpp:198:13: warning: 'android_audio_legacy::anc_running' defined but not used [-Wunused-variable]
  18. hardware/qcom/audio-caf/legacy/msm8660/AudioHardware.cpp:199:13: warning: 'android_audio_legacy::anc_setting' defined but not used [-Wunused-variable]
  19. hardware/qcom/audio-caf/legacy/msm8660/AudioHardware.cpp:201:13: warning: 'android_audio_legacy::anc_enabled' defined but not used [-Wunused-variable]
  20. hardware/qcom/audio-caf/legacy/msm8660/AudioHardware.cpp:215:13: warning: 'android_audio_legacy::fm_enabled' defined but not used [-Wunused-variable]
  21. hardware/qcom/audio-caf/legacy/msm8660/AudioHardware.cpp:280:17: warning: 'android_audio_legacy::fmDevice' defined but not used [-Wunused-variable]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement