Open dturner opened 3 years ago
I'm having the same issue on my project. I guess after upgrading NDK.
.../workspace/oboe-1.4.3/src/flowgraph/resampler/PolyphaseResamplerMono.cpp:25:5: error: use of undeclared identifier 'assert'
.../workspace/oboe-1.4.3/src/flowgraph/resampler/PolyphaseResampler.cpp:26:5: error: use of undeclared identifier 'assert'
.../workspace/oboe-1.4.3/src/flowgraph/resampler/SincResamplerStereo.cpp:27:5: error: use of undeclared identifier 'assert'
.../workspace/oboe-1.4.3/src/flowgraph/resampler/SincResampler.cpp:25:5: error: use of undeclared identifier 'assert'
.../workspace/oboe-1.4.3/src/flowgraph/resampler/PolyphaseResamplerStereo.cpp:25:5: error: use of undeclared identifier 'assert'
Had to comment out the assert calls for code to compile.
You can include the cassert like this to resolve:
include "cassert"
@philburk@google.com do you know how to cherry-pick this one change to the game-codelab-final branch? It's already in the game-codelab branch.
Getting the following error when trying to build the RhythmGame sample on the
game-codelab
branch: