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

make err - make.include vs imports in jni layer #6

Open
rowntreerob opened this issue Jun 1, 2019 · 0 comments
Open

make err - make.include vs imports in jni layer #6

rowntreerob opened this issue Jun 1, 2019 · 0 comments

Comments

@rowntreerob
Copy link

AS 3.4.1 using bundled (SDK/ NDK )

i got build errors til i resolved the inconsistent path ...

https://github.com/erangaeb/dev-notes/blob/master/opus/app/src/main/jni/Android.mk#L211

then include in the make

not in agreement w import belo:

#include <com_score_rahasak_utils_OpusEncoder.h>
#include <string.h>
#include <android/log.h>
#include <opus.h> // this was "opus/opus.h" and was causing errors running "make"
#include <stdio.h>

after the change the builds worked OK

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

1 participant