Merged revisions 194718 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r194718 | russell | 2009-05-15 12:37:12 -0500 (Fri, 15 May 2009) | 2 lines

Further simplify codec_g722 build.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@194719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-05-15 17:37:29 +00:00
parent 7981c09ed2
commit ef334aff5f
2 changed files with 2 additions and 26 deletions

View File

@@ -1,18 +0,0 @@
LIB=libg722.a
CFLAGS+=-fPIC
include $(ASTTOPDIR)/Makefile.rules
OBJS=g722_encode.o g722_decode.o
all: $(LIB)
$(LIB): $(OBJS)
$(ECHO_PREFIX) echo " [AR] $^ -> $@"
$(CMD_PREFIX) $(AR) cr $@ $^
$(CMD_PREFIX) $(RANLIB) $@
clean:
rm -f $(LIB) *.o
rm -f .*.o.d
rm -f *.s *.i