mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
modify depend.sh
This commit is contained in:
parent
9d5495c0c2
commit
936ba7583e
2 changed files with 1 additions and 1 deletions
BIN
trunk/3rdparty/libsrtp-2.0.0.zip
vendored
BIN
trunk/3rdparty/libsrtp-2.0.0.zip
vendored
Binary file not shown.
|
@ -253,7 +253,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
|
||||||
echo "Building srtp2.";
|
echo "Building srtp2.";
|
||||||
(
|
(
|
||||||
rm -rf ${SRS_OBJS}/srtp2 && cd ${SRS_OBJS} &&
|
rm -rf ${SRS_OBJS}/srtp2 && cd ${SRS_OBJS} &&
|
||||||
ln -sf ../3rdparty/libsrtp-2.0.0 && cd libsrtp-2.0.0 &&
|
unzip -q ../3rdparty/libsrtp-2.0.0.zip && cd libsrtp-2.0.0 &&
|
||||||
./configure --prefix=`pwd`/_release && make ${SRS_JOBS} && make install &&
|
./configure --prefix=`pwd`/_release && make ${SRS_JOBS} && make install &&
|
||||||
cd .. && rm -f srtp2 && ln -sf libsrtp-2.0.0/_release srtp2
|
cd .. && rm -f srtp2 && ln -sf libsrtp-2.0.0/_release srtp2
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue