[core][mod_sofia] remove ZRTP (deemed obsolete).

[unit-tests][build-system][docs] remove references to ZRTP.
This commit is contained in:
Dragos Oancea
2022-10-28 18:34:18 +03:00
parent 2ab600c71a
commit 8e59603d98
329 changed files with 35 additions and 90031 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/sh
tar zxf libzrtp-0.81.514.tar.gz
cd libzrtp-0.81.514
patch -p1 < ../patches/zrtp_bnlib_pic.diff
cd projects/gnu/
./configure CFLAGS="-fPIC"
make
make install