mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14001 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -26,9 +26,8 @@ else
|
||||
LIBG723=g723.1/libg723.a
|
||||
endif
|
||||
|
||||
ifeq ($(wildcard g723.1b/coder2.c),)
|
||||
MODS:=$(filter-out codec_g723_1b.so,$(MODS))
|
||||
else
|
||||
ifneq ($(wildcard g723.1b/coder2.c),)
|
||||
MODS+=codec_g723_1b.so
|
||||
LIBG723B=g723.1b/libg723b.a
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user