1
我嘗試在我自己的android應用程序中添加並編譯ffmpeg庫。當我添加的原生支持,並在JNI添加的ffmpeg庫,Eclipse中顯示了許多錯誤,是這樣的:Android NDK問題
uint8_t *bufferConverted=NULL;
static GLuint textureConverted=0;
錯誤:
Type 'uint8_t' could not be resolved
Symbol 'NULL' could not be resolved
Type 'GLuint' could not be resolved
我怎樣才能解決這個問題?
使用/ arch-x86_64/usr/include。我使用mac os 64bits,NULL雖然沒有解決 – htafoya 2014-10-13 00:33:44