mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 09:44:26 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@119 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d44cc5172e
commit
9e5c159002
12
src/mod/mod_codec_g729/Makefile
Normal file
12
src/mod/mod_codec_g729/Makefile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
CFLAGS += -I/usr/local/include/libg729
|
||||||
|
LDFLAGS +=-lg729
|
||||||
|
|
||||||
|
$(MOD).so: $(MOD).c
|
||||||
|
$(CC) $(CFLAGS) -fPIC -c $(MOD).c -o $(MOD).o
|
||||||
|
$(CC) -shared -Xlinker -x $(MOD).o -o $(MOD).so $(LDFLAGS) -lspeex
|
||||||
|
|
||||||
|
all: $(MOD).so
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -fr *.so *.o *~
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user