提交 bcadf934 authored 作者: Anthony Minessale's avatar Anthony Minessale

small 711 tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2666 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2af7fb2f
CFLAGS += -I$(BASE)/libs/codec/g7xx/src/include/g7xx CFLAGS += -I$(BASE)/libs/codec/g7xx/src/include
all: $(MODNAME).$(DYNAMIC_LIB_EXTEN) all: $(MODNAME).$(DYNAMIC_LIB_EXTEN)
$(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c $(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
* *
*/ */
#include <switch.h> #include <switch.h>
#include "g711.h" #include <g7xx/g711.h>
static const char modname[] = "mod_g711"; static const char modname[] = "mod_g711";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论