chan_alsa: Remove deprecated module.

ASTERISK-30298

Change-Id: I5c8afb781528afdf55d237e3bffa5e4a862ae8c7
This commit is contained in:
Mike Bradeen
2022-11-14 12:44:09 -07:00
committed by George Joseph
parent 6b8d3cb89a
commit de3ce178ab
16 changed files with 20 additions and 1291 deletions

View File

@@ -521,7 +521,6 @@ THIRD_PARTY_CONFIGURE()
# by the --with option name (the third field),
# to make things easier for the users.
AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound])
AST_EXT_LIB_SETUP([BFD], [Debug symbol decoding], [bfd])
# BKTR is used for backtrace support on platforms that do not
@@ -1610,8 +1609,6 @@ fi
# do the package library checks now
AST_EXT_LIB_CHECK([ALSA], [asound], [snd_pcm_open], [alsa/asoundlib.h])
AST_EXT_LIB_CHECK([BFD], [bfd], [bfd_openr], [bfd.h])
# Fedora/RedHat/CentOS require extra libraries
AST_EXT_LIB_CHECK([BFD], [bfd], [bfd_openr], [bfd.h], [-ldl -liberty])