cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.21k stars 474 forks source link

Fix building with gcc-10 #486

Closed stha09 closed 4 years ago

stha09 commented 4 years ago

gcc-10 defaults to -fno-common which reveals a symbol conflict with bit_string. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678