mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
allow codec_gsm to be built using internal GSM library again (oops!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37105 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -23,9 +23,9 @@ LIBLPC10:=lpc10/liblpc10.a
|
||||
|
||||
all: _all
|
||||
|
||||
ifeq ($(LIBGSM_LIB),internal)
|
||||
LIBGSM_INCLUDE:=-Igsm/inc
|
||||
LIBGSM_LIB:=
|
||||
ifeq ($(GSM_LIB),internal)
|
||||
GSM_INCLUDE:=-Igsm/inc
|
||||
GSM_LIB:=
|
||||
|
||||
codec_gsm.so: gsm/lib/libgsm.a
|
||||
endif
|
||||
|
Reference in New Issue
Block a user