Guest User

Untitled

a guest
May 12th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. In file included from system/core/include/utils/RefBase.h:27:0,
  2. from system/core/include/utils/Thread.h:31,
  3. from system/core/include/utils/threads.h:35,
  4. from system/core/include/utils/Trace.h:31,
  5. from frameworks/av/media/libstagefright/ACodec.cpp:62:
  6. system/core/include/utils/StrongPointer.h: In instantiation of 'android::sp<T>::sp(const android::sp<U>&) [with U = android::GraphicBuffer; T = android::RefBase]':
  7. frameworks/av/media/libstagefright/ACodec.cpp:4956:82: required from here
  8. system/core/include/utils/StrongPointer.h:135:28: error: cannot convert 'android::GraphicBuffer* const' to 'android::RefBase*' in initialization
  9. : m_ptr(other.m_ptr) {
  10. ^
  11. make: *** [/home/android-andi/lp5.1/out/target/product/golden/obj/SHARED_LIBRARIES/libstagefright_intermediates/ACodec.o] Error 1
  12. make: *** Waiting for unfinished jobs....
  13. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AudioPlayer.cpp
  14. In file included from frameworks/av/services/audioflinger/Threads.cpp:58:0:
  15. device/samsung/golden/include/hardware/audio.h:175:47: warning: missing whitespace after the macro name [enabled by default]
  16. #define AUDIO_OFFLOAD_CODEC_WMA_ENCODE_OPTION1"music_offload_wma_encode_option1"
  17. ^
  18. make: *** wait: No child processes. Stop.
  19.  
  20. #### make failed to build some targets (10:52 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment