this is the correct values

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4076 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-01-29 15:34:38 +00:00
parent b2016ca6ab
commit fcb152104f
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ifeq ($(shell ls -d $(BASE)/libs/libg723_1),$(BASE)/libs/libg723_1) ifeq ($(shell ls -d $(BASE)/libs/libg723_1),$(BASE)/libs/libg723_1)
CFLAGS += -I$(PREFIX)/include/libg723_1 CFLAGS += -I$(PREFIX)/include/g723
LDFLAGS +=-lg723_1 LDFLAGS +=-lg723
else else

View File

@ -34,7 +34,7 @@
#include "switch.h" #include "switch.h"
#ifndef G723_PASSTHROUGH #ifndef G723_PASSTHROUGH
#include "g723_1.h" #include "g723/g723.h"
#define TYPE_HIGH 0x0 #define TYPE_HIGH 0x0
#define TYPE_LOW 0x1 #define TYPE_LOW 0x1

View File

@ -37,7 +37,7 @@ static const char modname[] = "mod_g729";
#include "switch.h" #include "switch.h"
#ifndef G729_PASSTHROUGH #ifndef G729_PASSTHROUGH
#include "g729.h" #include "g729/g729.h"
struct g729_context { struct g729_context {
struct dec_state decoder_object; struct dec_state decoder_object;