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

Compile fix for android on Mac #1183

Closed
CMGeorge opened this issue Jan 18, 2019 · 0 comments
Closed

Compile fix for android on Mac #1183

CMGeorge opened this issue Jan 18, 2019 · 0 comments

Comments

@CMGeorge
Copy link

Tried to compile the app on Mac, for android.
I run on the following error:
AudioOutputOpenSL.cpp:431:18: error: use of undeclared identifier 'log10'
and
AudioOutputOpenSL.cpp:450:12: error: use of undeclared identifier 'pow'

I solved this by adding "#include " on AudioOutputOpenSL.cpp line 30 (inside the #ifdef Q_OS_ANDROID )

oKcerG added a commit to oKcerG/QtAV that referenced this issue Feb 27, 2019
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