Thanks for this! It makes compiling libjingle for Android much easier!
Maybe it's an idea to have a build.sh script after everything is obtained. It took a while for me to figure out that I shouldn't try to do autoconf and configure, but I had to copy the files myself:
cd /opt/libjingle-android/submodules/externals/build
cp srtp/Android.mk ../srtp
cp srtp/config.h ../srtp/crypto/include
Thanks in advance!
Thanks for this! It makes compiling libjingle for Android much easier!
Maybe it's an idea to have a build.sh script after everything is obtained. It took a while for me to figure out that I shouldn't try to do autoconf and configure, but I had to copy the files myself:
cd /opt/libjingle-android/submodules/externals/build
cp srtp/Android.mk ../srtp
cp srtp/config.h ../srtp/crypto/include
Thanks in advance!