Advertisement
playfulgod

Untitled

Oct 8th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. frameworks/av/services/audioflinger/AudioStreamOutSink.cpp: In member function 'virtual ssize_t android::AudioStreamOutSink::negotiate(const android::NBAIO_Format*, size_t, android::NBAIO_Format*, size_t&)':
  2. frameworks/av/services/audioflinger/AudioStreamOutSink.cpp:42:82: error: invalid conversion from 'int' to 'audio_format_t' [-fpermissive]
  3. make: *** [out/target/product/VS920/obj/STATIC_LIBRARIES/libnbaio_intermediates/AudioStreamOutSink.o] Error 1
  4. make: *** Waiting for unfinished jobs....
  5. frameworks/av/services/audioflinger/AudioStreamInSource.cpp: In member function 'virtual ssize_t android::AudioStreamInSource::negotiate(const android::NBAIO_Format*, size_t, android::NBAIO_Format*, size_t&)':
  6. frameworks/av/services/audioflinger/AudioStreamInSource.cpp:45:82: error: invalid conversion from 'int' to 'audio_format_t' [-fpermissive]
  7. make: *** [out/target/product/VS920/obj/STATIC_LIBRARIES/libnbaio_intermediates/AudioStreamInSource.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement