LibRtmp-Client-for-Android icon indicating copy to clipboard operation
LibRtmp-Client-for-Android copied to clipboard

How to compile library with open open SSL?

Open archi18 opened this issue 7 years ago • 2 comments

archi18 avatar Apr 25 '19 19:04 archi18

@archi18 I had succeed compiling the library with https://github.com/aluvalasuman/OpenSSL1.0.1cForAndroid, you can have a try.

zjbpku avatar Jul 18 '19 09:07 zjbpku

@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?

jhp0415 avatar Aug 17 '19 09:08 jhp0415