-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Hi,
Thanks for the uploading the project as open source. I was trying to build ffmpeg using NDK version 9. I referred you blog, http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/.
After following all the steps as mentioned in the blog I was able to build the ffmpeg with no issues. However, while building the jni it throws following error:
Android NDK: jni/Android.mk: Cannot find module with tag 'ffmpeg-2.0.1/android/arm' in import path
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?
Android NDK: The following directories were searched:
Android NDK:
jni/Android.mk:11: *** Android NDK: Aborting. . Stop.
I have copied the ffmpeg-2.0.1 in $NDK/source folder and as well in the tutorial_project/jni. Even then the error pops up.
Need some help resolving this.
Thanks,
Vinay