undefined reference for 3rd party libs when building an android native code using opencv (Bug #1691)
Description
After compiling opencv for android with/without 3rd party libs source, I wanted to compile a source code that uses opencv highgui libs. It gives undefined reference error at the end for all 3rd party lib functions such as jpeg_resync_to_restart, jpeg_std_error, png_errors.
opencv build: 7501
Associated revisions
Merge pull request #1691 from SpecLad:ffmpeg-test
History
Updated by Zafer ARICAN almost 13 years ago
Operating env:
Linux Ubuntu 10.04 LTS
android sdk platform 13
android ndk r6b
Updated by Andrey Kamaev almost 13 years ago
You are just miss something in your build scripts.
Please specify what exactly you are doing or better post small example for reproducing.
- Status changed from Open to Cancelled
- Priority changed from High to Low
- Assignee changed from Kirill Kornyakov to Andrey Kamaev