cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.2k stars 472 forks source link

Does '--enable-shared' support in configure #533

Closed xiaolihu closed 3 years ago

xiaolihu commented 3 years ago

I tried add this config options but seems libsrtp.so not generated. by default it is libsrtp2.a ?

Thanks. Xiaolin

pabuhler commented 3 years ago

I think if you see the out put when running with --enabled-shared you would see configure: WARNING: unrecognized options: --enable-shared To build a shared library do the following

./configure
make shared_library
xiaolihu commented 3 years ago

Thank you @pabuhler. ( I overlooked the warning message in config.log)