chan_nbs: Remove deprecated module.

ASTERISK-29595

Change-Id: Ib5c7d43a780f2fb94cee90738e4c1af211ae4a33
This commit is contained in:
Joshua C. Colp
2021-08-16 15:13:36 -03:00
parent 6cc948f94e
commit 6ecc48086c
8 changed files with 6 additions and 426 deletions

View File

@@ -331,12 +331,6 @@ handle_SUSE() {
}
install_unpackaged() {
echo "*** Installing NBS (Network Broadcast Sound) ***"
svn co https://svn.digium.com/svn/nbs/trunk nbs-trunk
cd nbs-trunk
make all install
cd ..
# Only install libresample if it wasn't installed via package
if ! test -f /usr/include/libresample.h; then
echo "*** Installing libresample ***"