提交 fcb15210 authored 作者: Brian West's avatar Brian West

this is the correct values

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4076 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b2016ca6
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
......
...@@ -34,7 +34,7 @@ ...@@ -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
......
...@@ -37,7 +37,7 @@ static const char modname[] = "mod_g729"; ...@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论