Arun Badole
Arun Badole

Reputation: 11097

Android NDK error when using FFmpeg in Android?

Hi I am using FFmpeg library.I have used code from appunite.I have imported both FFmpegLibrary & FFmpegExample in Eclipse.

But when I try to generate .so file using Android NDK & Cygwin I am getting following error message.

Android NDK: ERROR:jni/yuv2rgb/Android.mk:ffmpeg-prebuilt: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/ffmpeg-build/armeabi/libffmpeg.so exists  or that its path is correct
/cygdrive/D/AndroidNDK/android-ndk-r8c/build/core/prebuilt-library.mk:43: *** Android NDK: Aborting    .  Stop.

If anyone has successfully used this library.Please guide me.

Thanks

Upvotes: 0

Views: 1017

Answers (1)

Arun Badole
Arun Badole

Reputation: 11097

Basically problem was with ffmpeg lib.I was not able to compile ffmpeg lib on Windows 7. I switched to Ubuntu & tried AppUnite & after spending so many hours it was working.

Upvotes: 1

Related Questions