I try add and compile ffmpeg library in my own android application. When I add native support and add ffmpeg library in jni, Eclipse show many errors, something like:
uint8_t *bufferConverted=NULL; static GLuint textureConverted=0; errors:
Type 'uint8_t' could not be resolved Symbol 'NULL' could not be resolved Type 'GLuint' could not be resolved How can I resolve this issue?