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

Build the SR-integrated codec (arm64-v8) Error, jni/libvpx_android_configs/arm64-v8a/config.mk No such file #5

Closed
estimate123 opened this issue Jun 5, 2021 · 3 comments

Comments

@estimate123
Copy link

Hi, I try to build the SR-integrated codec (arm64-v8), but I got error and the message is below:
(nemo_py3.6) root@38424d843eb8:/workspace/nemo/nemo/test# $NEMO_CODE_ROOT/nemo/test/script/setup_local.sh
cmd: cd /workspace/nemo/nemo/test/jni/.. && ndk-build NDK_TOOLCHAIN_VERSION=clang APP_STL=c++_shared NDK_DEBUG=0
jni/libvpx.mk:24: jni/libvpx_android_configs/arm64-v8a/config.mk: No such file or directory
jni/libvpx.mk:25: jni/libvpx_android_configs/arm64-v8a/libs-.mk: No such file or directory
cat: jni/libvpx_android_configs/arm64-v8a/libvpx_srcs.txt: No such file or directory
make: *** No rule to make target 'jni/libvpx_android_configs/arm64-v8a/libs-.mk'. Stop.

I look into directory jni(/workspace/nemo/nemo/test/jni) and there is no directory libvpx_android_configs. Can tell me how to fix this? Thanks a lot : )

@chaos5958
Copy link
Collaborator

Oh, I just found that I comment the line that setup the configuration.
I fixed this in the commit (98ca09e).
Could you try with the latest version?

@estimate123
Copy link
Author

Thankyou so much, I think this worked : ). I generate libvpx_android_configs through the generate_libvpx_android_configs.sh in Exoplayer source code.

@yuqian2019
Copy link

yuqian2019 commented Jun 24, 2021

Thankyou so much, I think this worked : ). I generate libvpx_android_configs through the generate_libvpx_android_configs.sh in Exoplayer source code.

Can u detailed say steps to generate libvpx_android_configs folder? I observe the same problem.

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

3 participants