You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
The text was updated successfully, but these errors were encountered:
oKcerG
added a commit
to oKcerG/QtAV
that referenced
this issue
Feb 27, 2019
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 )
The text was updated successfully, but these errors were encountered: