From f16eb68a504386827d394d51b15d8006058d0f4c Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 2 Jul 2019 20:00:28 +0200 Subject: [PATCH] We guess that the user has libnice manually installed --- third_party/build_datapipes.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/third_party/build_datapipes.sh b/third_party/build_datapipes.sh index 68db2bd..dce7a73 100755 --- a/third_party/build_datapipes.sh +++ b/third_party/build_datapipes.sh @@ -9,14 +9,15 @@ requires_rebuild ${library_path} cd DataPipes/ echo "Testing for libnice" -dpkg-query -l libnice-dev2 &>/dev/null -if [[ $? -ne 0 ]]; then - echo "Installing libnice" - sudo apt-get update - sudo apt-get install -yes --force-yes libnice-dev -else - echo "libnice already installed" -fi + +#dpkg-query -l libnice-dev2 &>/dev/null +#if [[ $? -ne 0 ]]; then +# echo "Installing libnice" +# sudo apt-get update +# sudo apt-get install -yes --force-yes libnice-dev +#else +# echo "libnice already installed" +#fi ./build_usrsctp.sh check_err_exit ${library_path} "Failed to build usrsctp!" ./build_srtp.sh