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
$ ./run.sh -h for help
The text was updated successfully, but these errors were encountered:
Did you fetch git submodules?
Sorry, something went wrong.
Has been resolved, thank you
No branches or pull requests
$ ./run.sh -h for help
[armeabi-v7a] Gdbserver : [arm-linux-androideabi-4.9] libs/armeabi-v7a/gdbserver
[armeabi-v7a] Gdbsetup : libs/armeabi-v7a/gdb.setup
[arm64-v8a] Gdbserver : [aarch64-linux-android-4.9] libs/arm64-v8a/gdbserver
[arm64-v8a] Gdbsetup : libs/arm64-v8a/gdb.setup
[x86] Gdbserver : [x86-4.9] libs/x86/gdbserver
[x86] Gdbsetup : libs/x86/gdb.setup
[x86_64] Gdbserver : [x86_64-4.9] libs/x86_64/gdbserver
[x86_64] Gdbsetup : libs/x86_64/gdb.setup
[armeabi-v7a] Compile++ thumb: minicap-common <= JpgEncoder.cpp
In file included from jni/minicap/JpgEncoder.cpp:3:0:
jni/minicap/JpgEncoder.hpp:4:23: fatal error: turbojpeg.h: No such file or directory
#include <turbojpeg.h>
^
compilation terminated.
/usr/src/ndk/build/core/build-binary.mk:499: recipe for target 'obj/local/armeabi-v7a/objs-debug/minicap-common/JpgEncoder.o' failed
make: *** [obj/local/armeabi-v7a/objs-debug/minicap-common/JpgEncoder.o] Error 1
The text was updated successfully, but these errors were encountered: