I am trying to create a vp8 codec for Android. I ran the configure.sh script and makefile for armv6 with sourcery g ++, which successfully created libvpx.so. After that, I wrote a JNI wrapper and compiled it using ndk-build. When I run this on a Gingerbread smartphone, I got UnsatisfiedLinkError "libpthread.so.0 not found". How can I get rid of this error?
source share