mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
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:
parent
b2016ca6ab
commit
fcb152104f
@ -1,7 +1,7 @@
|
||||
ifeq ($(shell ls -d $(BASE)/libs/libg723_1),$(BASE)/libs/libg723_1)
|
||||
|
||||
CFLAGS += -I$(PREFIX)/include/libg723_1
|
||||
LDFLAGS +=-lg723_1
|
||||
CFLAGS += -I$(PREFIX)/include/g723
|
||||
LDFLAGS +=-lg723
|
||||
|
||||
else
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "switch.h"
|
||||
|
||||
#ifndef G723_PASSTHROUGH
|
||||
#include "g723_1.h"
|
||||
#include "g723/g723.h"
|
||||
|
||||
#define TYPE_HIGH 0x0
|
||||
#define TYPE_LOW 0x1
|
||||
|
@ -37,7 +37,7 @@ static const char modname[] = "mod_g729";
|
||||
#include "switch.h"
|
||||
|
||||
#ifndef G729_PASSTHROUGH
|
||||
#include "g729.h"
|
||||
#include "g729/g729.h"
|
||||
|
||||
struct g729_context {
|
||||
struct dec_state decoder_object;
|
||||
|
Loading…
x
Reference in New Issue
Block a user