Commit 372cb8b0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libsrtp to 2.2.0

parent fc192760
all: all:
tar xf libsrtp-2.1.0.tar.gz tar xf libsrtp-2.2.0.tar.gz
cd libsrtp-2.1.0 && ./configure --prefix=/usr cd libsrtp-2.2.0 && ./configure --prefix=/usr
$(MAKE) -C libsrtp-2.1.0 $(MAKE) -C libsrtp-2.2.0
$(MAKE) -C libsrtp-2.1.0 runtest $(MAKE) -C libsrtp-2.2.0 runtest
$(MAKE) -C libsrtp-2.1.0 install $(MAKE) -C libsrtp-2.2.0 install
rm -rf libsrtp-2.1.0 rm -rf libsrtp-2.2.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment