I'm trying to compile CSipSimple according to https://sourceforge.net/p/csipsimple/wiki/HowToBuild/
and got this error
fatal: repository 'https://code.google.com/p/webm.libvpx/' not found
So, I manually download the source code from https://chromium.googlesource.com/webm/libvpx
and change the folder name into "sources" under folder ../jni/libvpx
I build it again and got
this error
Is this the right approach to download libvpx there?
What should I do to solve this error?