Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
524c566e
提交
524c566e
authored
3月 18, 2014
作者:
Michael Jerris
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
attempt at fixing mod_gsmopen build
上级
f8368ec8
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
3 行增加
和
13 行删除
+3
-13
configure.ac
configure.ac
+1
-0
Makefile
src/mod/endpoints/mod_gsmopen/Makefile
+0
-5
Makefile.am
src/mod/endpoints/mod_gsmopen/Makefile.am
+2
-2
gsmopen.h
src/mod/endpoints/mod_gsmopen/gsmopen.h
+0
-6
没有找到文件。
configure.ac
浏览文件 @
524c566e
...
...
@@ -1309,6 +1309,7 @@ AC_CONFIG_FILES([Makefile
src/mod/directories/mod_ldap/Makefile
src/mod/endpoints/mod_alsa/Makefile
src/mod/endpoints/mod_dingaling/Makefile
src/mod/endpoints/mod_gsmopen/Makefile
src/mod/endpoints/mod_h323/Makefile
src/mod/endpoints/mod_khomp/Makefile
src/mod/endpoints/mod_loopback/Makefile
...
...
src/mod/endpoints/mod_gsmopen/Makefile
deleted
100644 → 0
浏览文件 @
f8368ec8
MODNAME
=
mod_gsmopen
LOCAL_CFLAGS
+=
-I
../../../../libs/spandsp/src
-I
../../../..//libs/tiff-4.0.2/libtiff
-DGSMOPEN_C_VER
=
\"
`
git log
-1
--format
=
"%h"
gsmopen_protocol.cpp
`
\"
-DMODGSMOPEN_C_VER
=
\"
`
git log
-1
--format
=
"%h"
mod_gsmopen.cpp
`
\"
LOCAL_LDFLAGS
=
-L
../../../../libs/spandsp/src
-lspandsp
-lctb-0
.16
-lgsmme
LOCAL_OBJS
=
gsmopen_protocol.o
include
../../../../build/modmake.rules
src/mod/endpoints/mod_gsmopen/Makefile.am
浏览文件 @
524c566e
...
...
@@ -11,12 +11,12 @@ SPANDSP_LA=$(SPANDSP_BUILDDIR)/src/libspandsp.la
mod_LTLIBRARIES
=
mod_gsmopen.la
mod_gsmopen_la_SOURCES
=
mod_gsmopen.cpp gsmopen_protocol.cpp
mod_gsmopen_la_CFLAGS
=
$(AM_CFLAGS)
-I
$(SPANDSP_DIR)
/src
-I
$(TIFF_DIR)
/libtiff
-I
$(SPANDSP_BUILDDIR)
/src
-I
$(TIFF_BUILDDIR)
/libtiff
-I
.
-DGSMOPEN_C_VER
=
\"
`
git log
-1
--format
=
"%h"
gsmopen_protocol.cpp
`
\"
-DMODGSMOPEN_C_VER
=
\"
`
git log
-1
--format
=
"%h"
mod_gsmopen.cpp
`
\"
mod_gsmopen_la_CFLAGS
=
$(AM_CFLAGS)
-I
$(SPANDSP_DIR)
/src
-I
$(TIFF_DIR)
/libtiff
-I
$(SPANDSP_BUILDDIR)
/src
-I
$(TIFF_BUILDDIR)
/libtiff
-I
.
mod_gsmopen_la_LIBADD
=
$(switch_builddir)
/libfreeswitch.la
$(SPANDSP_LA)
$(TIFF_LA)
mod_gsmopen_la_LDFLAGS
=
-avoid-version
-module
-no-undefined
-lctb-0
.16
-lgsmme
$(SPANDSP_LA)
:
$(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
cd
$(SPANDSP_BUILDDIR)
&&
$(MAKE)
-j1
cd
$(SPANDSP_BUILDDIR)
&&
$(MAKE)
-j1
CFLAGS
=
"
$(CFLAGS)
-I
$(TIFF_BUILDDIR)
/libtiff -I
$(TIFF_DIR)
/libtiff"
$(TOUCH_TARGET)
$(TIFF_LA)
:
$(TIFF_DIR) $(TIFF_DIR)/.update
...
...
src/mod/endpoints/mod_gsmopen/gsmopen.h
浏览文件 @
524c566e
...
...
@@ -96,12 +96,6 @@
#define AT_BUFSIZ AT_MESG_MAX_LENGTH
#define AT_MESG_MAX_LINES 20
/* 256 lines, so it can contains the results of AT+CLAC, that gives all the AT commands the phone supports */
#ifdef GSMOPEN_C_VER
#ifdef MODGSMOPEN_C_VER
#define GSMOPEN_SVN_VERSION MODGSMOPEN_C_VER"|"GSMOPEN_C_VER
#endif
#endif
#ifndef GSMOPEN_SVN_VERSION
#define GSMOPEN_SVN_VERSION switch_version_full()
#endif
/* GSMOPEN_SVN_VERSION */
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论