We guess that the user has libnice manually installed
This commit is contained in:
parent
83150a9b5f
commit
f16eb68a50
17
third_party/build_datapipes.sh
vendored
17
third_party/build_datapipes.sh
vendored
@ -9,14 +9,15 @@ requires_rebuild ${library_path}
|
|||||||
cd DataPipes/
|
cd DataPipes/
|
||||||
|
|
||||||
echo "Testing for libnice"
|
echo "Testing for libnice"
|
||||||
dpkg-query -l libnice-dev2 &>/dev/null
|
|
||||||
if [[ $? -ne 0 ]]; then
|
#dpkg-query -l libnice-dev2 &>/dev/null
|
||||||
echo "Installing libnice"
|
#if [[ $? -ne 0 ]]; then
|
||||||
sudo apt-get update
|
# echo "Installing libnice"
|
||||||
sudo apt-get install -yes --force-yes libnice-dev
|
# sudo apt-get update
|
||||||
else
|
# sudo apt-get install -yes --force-yes libnice-dev
|
||||||
echo "libnice already installed"
|
#else
|
||||||
fi
|
# echo "libnice already installed"
|
||||||
|
#fi
|
||||||
./build_usrsctp.sh
|
./build_usrsctp.sh
|
||||||
check_err_exit ${library_path} "Failed to build usrsctp!"
|
check_err_exit ${library_path} "Failed to build usrsctp!"
|
||||||
./build_srtp.sh
|
./build_srtp.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user