[Q]Build error with undefined reference MEDIA_MIMETYPE_AUDIO_EVRC

Search This thread

cpfly

Member
Nov 20, 2010
14
0
Hi Guys,

When building a rom for my Inc2, I met the error as below:

frameworks/av/media/libstagefright/AudioSource.cpp:201: error: undefined reference to 'android::MEDIA_MIMETYPE_AUDIO_EVRC'
...

Is there any solution? Thanks a lot!
 

cpfly

Member
Nov 20, 2010
14
0
Hi Guys,

When building a rom for my Inc2, I met the error as below:

frameworks/av/media/libstagefright/AudioSource.cpp:201: error: undefined reference to 'android::MEDIA_MIMETYPE_AUDIO_EVRC'
...

Is there any solution? Thanks a lot!

Please ignore my question. After 'make clean', the issue has been gone as well. ;)