Skip to content
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

Open
juxj opened this issue Oct 29, 2016 · 4 comments

Comments

@juxj
Copy link

juxj commented Oct 29, 2016

NDK Version: R9B

@ChengUU
Copy link

ChengUU commented Nov 25, 2016

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.

@IvnSoft
Copy link

IvnSoft commented Dec 3, 2016

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...

@ChengUU
Copy link

ChengUU commented Dec 4, 2016 via email

@vcommon
Copy link

vcommon commented Feb 2, 2019

should be closed. IvnSoft's answer is correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants