You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: