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