mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
chan_alsa: Remove deprecated module.
ASTERISK-30298 Change-Id: I5c8afb781528afdf55d237e3bffa5e4a862ae8c7
This commit is contained in:
committed by
George Joseph
parent
6b8d3cb89a
commit
de3ce178ab
@@ -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])
|
||||
|
Reference in New Issue
Block a user