-
Notifications
You must be signed in to change notification settings - Fork 479
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
how to resolve "turbojpeg.c:469: error: undefined reference to 'jpeg_std_error'", thanks #121
Comments
do you have done it successfully? can you help me? tell me some information ,such as the version of Android NDK,OS.In a word, tell me development environment.Thank you very much. it has took me one week. I'm very anxious. |
Edit the file jni/jpeg/Android.mk and delete the first if and last endif. Not sure why.. But well... |
Thank you very much. Before this, i only to have cimpiled it for armeabi , x86 & mips. I don't understand the Android.mk, it's so important.
At 2016-12-04 05:07:34, "Bruce" <[email protected]> wrote:
Edit the file jni/jpeg/Android.mk and delete the first if and last endif.
Those lines say that libjpeg should be compiled only for archs other than armeabi-v7a , and it will fail when compiling that arch.
Not sure why.. But well...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
should be closed. IvnSoft's answer is correct |
NDK Version: R9B
The text was updated successfully, but these errors were encountered: