mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Add iLBC codec
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
19
codecs/ilbc/Makefile
Executable file
19
codecs/ilbc/Makefile
Executable file
@@ -0,0 +1,19 @@
|
||||
LIB=libilbc.a
|
||||
|
||||
OBJS= anaFilter.o iCBSearch.o packing.o \
|
||||
constants.o gainquant.o iLBC_decode.o StateConstructW.o \
|
||||
createCB.o getCBvec.o iLBC_encode.o StateSearchW.o doCPLC.o \
|
||||
helpfun.o syntFilter.o enhancer.o hpInput.o LPCdecode.o \
|
||||
filter.o hpOutput.o LPCencode.o FrameClassify.o iCBConstruct.o lsf.o
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
||||
$(LIB): $(OBJS)
|
||||
ar cr $(LIB) $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f $(LIB) *.o
|
||||
|
||||
install:
|
||||
|
Reference in New Issue
Block a user