Soundtouch Library Compile Issue
I am trying to compile Soundtouch library with Android NDK. I successfully installed Cygwin and SWIG required for Soundtouch library. When I try to run ndk-build.cmd, i am gettin
Solution 1:
It's seem you missed a header. Make sure you have:
#include"soundtouch/include/SoundTouch.h"
and
usingnamespace soundtouch;
Post a Comment for "Soundtouch Library Compile Issue"