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

NDK #150

Open
sg0771 opened this issue Feb 13, 2023 · 3 comments
Open

NDK #150

sg0771 opened this issue Feb 13, 2023 · 3 comments

Comments

@sg0771
Copy link

sg0771 commented Feb 13, 2023

No description provided.

@sg0771
Copy link
Author

sg0771 commented Feb 13, 2023

NDK buidl error

libSBRdec/src/lpp_tran.cpp:122:21: fatal error: log/log.h: No such file or directory
#include "log/log.h"

@DaydreamCoding
Copy link

same problem

@DaydreamCoding
Copy link

fdk-aac/libSBRdec/include/log/log.h

#pragma once

#ifdef __ANDROID__
#include <android/log.h>

#define android_errorWriteLog(tag, y, ...) __android_log_write(ANDROID_LOG_ERROR, #tag, y, ##__VA_ARGS__)
#endif

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

2 participants