LibRtmp-Client-for-Android
LibRtmp-Client-for-Android copied to clipboard
How to compile library with open open SSL?
@archi18 I had succeed compiling the library with https://github.com/aluvalasuman/OpenSSL1.0.1cForAndroid, you can have a try.
@zjbpku After adding libcrypto.so(or .a), libssl.so(or .a) to the ant-Media project, Do i have to modify 'add_definitions' in the 'CMakeLists' file?
ex) origin source : add_definitions(-DNO_CRYPTO) --> Is there anything I need to modify?