ffmpeg-android
ffmpeg-android copied to clipboard
FFmpeg with https support
I managed to compile ffmpeg for my ubuntu with openssl by adding necessary --enable-openssl flag.
However, ffmpeg-android gives "openssl" not found error. Is this OS related or should I use something different?
Update:
I now realized that openssl should also be compiled and built before ffmpeg. I'm not experienced in building libraries from source using NDK, can somebody help me with writing a new openssl_build.sh?