mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
chan_nbs: Remove deprecated module.
ASTERISK-29595 Change-Id: Ib5c7d43a780f2fb94cee90738e4c1af211ae4a33
This commit is contained in:
@@ -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 ***"
|
||||
|
Reference in New Issue
Block a user