-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The rebuild script just nets me an 'undefined modules' error #9
Comments
Here's my current modified
The includes are for the freetype, libpng, and zlib modules in the lib folder. I also had to change the LOCAL_MODULE name in the |
If you want the latest and greatest imagemagick features on android, even with the option for jmagick support baked in, check out my repo. |
I wanted to rebuild the Android-ImageMagick library, but with modified files from jmagick's misc repo containing the
distortImage
functionality. My problem is that with the rebuild script as is (though with the first line being changed intoexport NDK=<NDK path>
), it just nets me:Which part of the Android.mk file in the
jni
folder do I need to change?The text was updated successfully, but these errors were encountered: