mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16321 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
BASE=../../../..
|
||||
DIR=$(BASE)/libs/libg729
|
||||
A=$(DIR)/.libs/libg729.a
|
||||
|
||||
LOCAL_INSERT_CFLAGS=if test -f $(A); then echo "-I$(DIR)/src/include -I${DIR}" ; else echo "-DG729_PASSTHROUGH" ; fi ;
|
||||
DIR=$(switch_srcdir)/libs/libg729
|
||||
BUILDDIR=$(switch_builddir)/libs/libg729
|
||||
A=$(BUILDDIR)/.libs/libg729.a
|
||||
|
||||
LOCAL_INSERT_CFLAGS=if test -f $(A); then echo "-I$(DIR)/src/include" ; else echo "-DG729_PASSTHROUGH" ; fi ;
|
||||
LOCAL_INSERT_LDFLAGS=test ! -f $(A) || echo $(A)
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
||||
@@ -38,7 +38,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_g729_load);
|
||||
SWITCH_MODULE_DEFINITION(mod_g729, mod_g729_load, NULL, NULL);
|
||||
|
||||
#ifndef G729_PASSTHROUGH
|
||||
#include "g729ab.h"
|
||||
#include "g729.h"
|
||||
|
||||
struct g729_context {
|
||||
struct dec_state decoder_object;
|
||||
|
||||
Reference in New Issue
Block a user