We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i follow the video specific instructions,
and then i don't how to work with it next , have some one got video building? please tell me the step by step of detail. thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i follow the video specific instructions,
cd android/voice-client-core/
ln -s [insert_full_path_here]/trunk/third_party/libvpx/source/libvpx jni/libvpx
cd third_party/libvpx/source
git pull https://gerrit.chromium.org/gerrit/webm/libvpx refs/changes/99/41299/1
libvpx/configure --target=armv7-android-gcc --disable-examples --sdk-path=$ANDROID_NDK_ROOT --enable-error-concealment --enable-realtime-only --disable-vp9 --enable-pic
Open jni/libvpx/build/make/Android.mk => change BUILD_SHARED_LIBRARY to BUILD_STATIC_LIBRARY
and then i don't how to work with it next , have some one got video building?
please tell me the step by step of detail.
thanks in advance.
The text was updated successfully, but these errors were encountered: