Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
26deb420
提交
26deb420
authored
12月 12, 2008
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix compiler warning
git-svn-id:
http://svn.openzap.org/svn/openzap/trunk@615
a93c3328-9c30-0410-af19-c9cd2b2d52af
上级
774372dc
全部展开
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
411 行增加
和
661 行删除
+411
-661
config.guess
libs/openzap/build/config.guess
+291
-396
config.sub
libs/openzap/build/config.sub
+59
-185
ltmain.sh
libs/openzap/build/ltmain.sh
+60
-79
libteletone_generate.c
libs/openzap/src/libteletone_generate.c
+1
-1
没有找到文件。
libs/openzap/build/config.guess
浏览文件 @
26deb420
差异被折叠。
点击展开。
libs/openzap/build/config.sub
浏览文件 @
26deb420
差异被折叠。
点击展开。
libs/openzap/build/ltmain.sh
浏览文件 @
26deb420
# ltmain.sh - Provide generalized library-building support services.
# ltmain.sh - Provide generalized library-building support services.
# NOTE: Changing this file will not affect anything until you rerun configure.
# NOTE: Changing this file will not affect anything until you rerun configure.
#
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
, 2006,
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
#
2007
Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
...
@@ -43,8 +43,8 @@ EXIT_FAILURE=1
...
@@ -43,8 +43,8 @@ EXIT_FAILURE=1
PROGRAM
=
ltmain.sh
PROGRAM
=
ltmain.sh
PACKAGE
=
libtool
PACKAGE
=
libtool
VERSION
=
1.5.2
4
VERSION
=
1.5.2
2
TIMESTAMP
=
" (1.1220.2.
455 2007/06/24 02:13:29
)"
TIMESTAMP
=
" (1.1220.2.
365 2005/12/18 22:14:06
)"
# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
if
test
-n
"
${
ZSH_VERSION
+set
}
"
&&
(
emulate sh
)
>
/dev/null 2>&1
;
then
if
test
-n
"
${
ZSH_VERSION
+set
}
"
&&
(
emulate sh
)
>
/dev/null 2>&1
;
then
...
@@ -57,8 +57,6 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
...
@@ -57,8 +57,6 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
else
else
case
`
(
set
-o
)
2>/dev/null
`
in
*
posix
*
)
set
-o
posix
;;
esac
case
`
(
set
-o
)
2>/dev/null
`
in
*
posix
*
)
set
-o
posix
;;
esac
fi
fi
BIN_SH
=
xpg4
;
export
BIN_SH
# for Tru64
DUALCASE
=
1
;
export
DUALCASE
# for MKS sh
# Check that we have a working $echo.
# Check that we have a working $echo.
if
test
"X
$1
"
=
X--no-reexec
;
then
if
test
"X
$1
"
=
X--no-reexec
;
then
...
@@ -208,13 +206,7 @@ func_win32_libid ()
...
@@ -208,13 +206,7 @@ func_win32_libid ()
if
eval
$OBJDUMP
-f
$1
|
$SED
-e
'10q'
2>/dev/null |
\
if
eval
$OBJDUMP
-f
$1
|
$SED
-e
'10q'
2>/dev/null |
\
$EGREP
-e
'file format pe-i386(.*architecture: i386)?'
>
/dev/null
;
then
$EGREP
-e
'file format pe-i386(.*architecture: i386)?'
>
/dev/null
;
then
win32_nmres
=
`
eval
$NM
-f
posix
-A
$1
|
\
win32_nmres
=
`
eval
$NM
-f
posix
-A
$1
|
\
$SED
-n
-e
'1,100{
$SED
-n
-e
'1,100{/ I /{s,.*,import,;p;q;};}'
`
/ I /{
s,.*,import,
p
q
}
}'
`
case
$win32_nmres
in
case
$win32_nmres
in
import
*
)
win32_libid_type
=
"x86 archive import"
;;
import
*
)
win32_libid_type
=
"x86 archive import"
;;
*
)
win32_libid_type
=
"x86 archive static"
;;
*
)
win32_libid_type
=
"x86 archive static"
;;
...
@@ -482,12 +474,11 @@ do
...
@@ -482,12 +474,11 @@ do
;;
;;
--version
)
--version
)
echo
"
\
$echo
"
$PROGRAM
(GNU
$PACKAGE
)
$VERSION$TIMESTAMP
"
$PROGRAM
(GNU
$PACKAGE
)
$VERSION$TIMESTAMP
$echo
$echo
"Copyright (C) 2005 Free Software Foundation, Inc."
Copyright (C) 2007 Free Software Foundation, Inc.
$echo
"This is free software; see the source for copying conditions. There is NO"
This is free software; see the source for copying conditions. There is NO
$echo
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
exit
$?
exit
$?
;;
;;
...
@@ -784,7 +775,7 @@ if test -z "$show_help"; then
...
@@ -784,7 +775,7 @@ if test -z "$show_help"; then
*
.class
)
xform
=
class
;;
*
.class
)
xform
=
class
;;
*
.cpp
)
xform
=
cpp
;;
*
.cpp
)
xform
=
cpp
;;
*
.cxx
)
xform
=
cxx
;;
*
.cxx
)
xform
=
cxx
;;
*
.
[fF][09]?
)
xform
=[
fF][09].
;;
*
.
f90
)
xform
=
f90
;;
*
.for
)
xform
=
for
;;
*
.for
)
xform
=
for
;;
*
.java
)
xform
=
java
;;
*
.java
)
xform
=
java
;;
*
.obj
)
xform
=
obj
;;
*
.obj
)
xform
=
obj
;;
...
@@ -1639,7 +1630,7 @@ EOF
...
@@ -1639,7 +1630,7 @@ EOF
continue
continue
;;
;;
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
|
-threads
)
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
)
compiler_flags
=
"
$compiler_flags
$arg
"
compiler_flags
=
"
$compiler_flags
$arg
"
compile_command
=
"
$compile_command
$arg
"
compile_command
=
"
$compile_command
$arg
"
finalize_command
=
"
$finalize_command
$arg
"
finalize_command
=
"
$finalize_command
$arg
"
...
@@ -1659,11 +1650,10 @@ EOF
...
@@ -1659,11 +1650,10 @@ EOF
# -m* pass through architecture-specific compiler args for GCC
# -m* pass through architecture-specific compiler args for GCC
# -m*, -t[45]*, -txscale* pass through architecture-specific
# -m*, -t[45]*, -txscale* pass through architecture-specific
# compiler args for GCC
# compiler args for GCC
# -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
# -pg pass through profiling flag for GCC
# -F/path gives path to uninstalled frameworks, gcc on darwin
# @file GCC response files
# @file GCC response files
-64
|
-mips
[
0-9]|-r[0-9][0-9]
*
|
-xarch
=
*
|
-xtarget
=
*
|
+DA
*
|
+DD
*
|
-q
*
|
-m
*
|
\
-64
|
-mips
[
0-9]|-r[0-9][0-9]
*
|
-xarch
=
*
|
-xtarget
=
*
|
+DA
*
|
+DD
*
|
-q
*
|
-m
*
|
-pg
|
\
-t
[
45]
*
|
-txscale
*
|
-p
|
-pg
|
--coverage
|
-fprofile-
*
|
-F
*
|
@
*
)
-t
[
45]
*
|
-txscale
*
|
@
*
)
# Unknown arguments in both finalize_command and compile_command need
# Unknown arguments in both finalize_command and compile_command need
# to be aesthetically quoted because they are evaled later.
# to be aesthetically quoted because they are evaled later.
...
@@ -1691,9 +1681,9 @@ EOF
...
@@ -1691,9 +1681,9 @@ EOF
-no-install
)
-no-install
)
case
$host
in
case
$host
in
*
-
*
-cygwin
*
|
*
-
*
-mingw
*
|
*
-
*
-pw32
*
|
*
-
*
-os2
*
|
*
-
*
-darwin
*
)
*
-
*
-cygwin
*
|
*
-
*
-mingw
*
|
*
-
*
-pw32
*
|
*
-
*
-os2
*
)
# The PATH hackery in wrapper scripts is required on Windows
# The PATH hackery in wrapper scripts is required on Windows
#
and Darwin
in order for the loader to find any dlls it needs.
# in order for the loader to find any dlls it needs.
$echo
"
$modename
: warning:
\`
-no-install' is ignored for
$host
"
1>&2
$echo
"
$modename
: warning:
\`
-no-install' is ignored for
$host
"
1>&2
$echo
"
$modename
: warning: assuming
\`
-no-fast-install' instead"
1>&2
$echo
"
$modename
: warning: assuming
\`
-no-fast-install' instead"
1>&2
fast_install
=
no
fast_install
=
no
...
@@ -2134,7 +2124,7 @@ EOF
...
@@ -2134,7 +2124,7 @@ EOF
lib
=
lib
=
found
=
no
found
=
no
case
$deplib
in
case
$deplib
in
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
|
-threads
)
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
)
if
test
"
$linkmode
,
$pass
"
=
"prog,link"
;
then
if
test
"
$linkmode
,
$pass
"
=
"prog,link"
;
then
compile_deplibs
=
"
$deplib
$compile_deplibs
"
compile_deplibs
=
"
$deplib
$compile_deplibs
"
finalize_deplibs
=
"
$deplib
$finalize_deplibs
"
finalize_deplibs
=
"
$deplib
$finalize_deplibs
"
...
@@ -3239,10 +3229,9 @@ EOF
...
@@ -3239,10 +3229,9 @@ EOF
age
=
"0"
age
=
"0"
;;
;;
irix|nonstopux
)
irix|nonstopux
)
current
=
`
expr
$number_major
+
$number_minor
`
current
=
`
expr
$number_major
+
$number_minor
- 1
`
age
=
"
$number_minor
"
age
=
"
$number_minor
"
revision
=
"
$number_minor
"
revision
=
"
$number_minor
"
lt_irix_increment
=
no
;;
;;
esac
esac
;;
;;
...
@@ -3301,8 +3290,7 @@ EOF
...
@@ -3301,8 +3290,7 @@ EOF
versuffix
=
"
$major
.
$age
.
$revision
"
versuffix
=
"
$major
.
$age
.
$revision
"
# Darwin ld doesn't like 0 for these options...
# Darwin ld doesn't like 0 for these options...
minor_current
=
`
expr
$current
+ 1
`
minor_current
=
`
expr
$current
+ 1
`
xlcverstring
=
"
${
wl
}
-compatibility_version
${
wl
}
$minor_current
${
wl
}
-current_version
${
wl
}
$minor_current
.
$revision
"
verstring
=
"
${
wl
}
-compatibility_version
${
wl
}
$minor_current
${
wl
}
-current_version
${
wl
}
$minor_current
.
$revision
"
verstring
=
"-compatibility_version
$minor_current
-current_version
$minor_current
.
$revision
"
;;
;;
freebsd-aout
)
freebsd-aout
)
...
@@ -3316,11 +3304,8 @@ EOF
...
@@ -3316,11 +3304,8 @@ EOF
;;
;;
irix
|
nonstopux
)
irix
|
nonstopux
)
if
test
"X
$lt_irix_increment
"
=
"Xno"
;
then
major
=
`
expr
$current
-
$age
`
else
major
=
`
expr
$current
-
$age
+ 1
`
major
=
`
expr
$current
-
$age
+ 1
`
fi
case
$version_type
in
case
$version_type
in
nonstopux
)
verstring_prefix
=
nonstopux
;;
nonstopux
)
verstring_prefix
=
nonstopux
;;
*
)
verstring_prefix
=
sgi
;;
*
)
verstring_prefix
=
sgi
;;
...
@@ -3457,11 +3442,11 @@ EOF
...
@@ -3457,11 +3442,11 @@ EOF
fi
fi
# Eliminate all temporary directories.
# Eliminate all temporary directories.
#
for path in $notinst_path; do
#
for path in $notinst_path; do
# lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
# lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
# deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
# deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
# dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
# dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
#
done
#
done
if
test
-n
"
$xrpath
"
;
then
if
test
-n
"
$xrpath
"
;
then
# If the user specified any rpath flags, then add them.
# If the user specified any rpath flags, then add them.
...
@@ -3924,10 +3909,7 @@ EOF
...
@@ -3924,10 +3909,7 @@ EOF
test
-n
"
$hardcode_libdirs
"
;
then
test
-n
"
$hardcode_libdirs
"
;
then
libdir
=
"
$hardcode_libdirs
"
libdir
=
"
$hardcode_libdirs
"
if
test
-n
"
$hardcode_libdir_flag_spec_ld
"
;
then
if
test
-n
"
$hardcode_libdir_flag_spec_ld
"
;
then
case
$archive_cmds
in
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec_ld
\"
*
\$
LD
*
)
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec_ld
\"
;;
*
)
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec
\"
;;
esac
else
else
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec
\"
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec
\"
fi
fi
...
@@ -5313,8 +5295,6 @@ if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
...
@@ -5313,8 +5295,6 @@ if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
else
else
case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
fi
fi
BIN_SH=xpg4; export BIN_SH # for Tru64
DUALCASE=1; export DUALCASE # for MKS sh
# The HP-UX ksh and POSIX shell print the target directory to stdout
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
# if CDPATH is set.
...
@@ -6411,11 +6391,9 @@ relink_command=\"$relink_command\""
...
@@ -6411,11 +6391,9 @@ relink_command=\"$relink_command\""
if
test
-f
"
$dir
/
$objdir
/
$dlname
"
;
then
if
test
-f
"
$dir
/
$objdir
/
$dlname
"
;
then
dir
=
"
$dir
/
$objdir
"
dir
=
"
$dir
/
$objdir
"
else
else
if
test
!
-f
"
$dir
/
$dlname
"
;
then
$echo
"
$modename
: cannot find
\`
$dlname
' in
\`
$dir
' or
\`
$dir
/
$objdir
'"
1>&2
$echo
"
$modename
: cannot find
\`
$dlname
' in
\`
$dir
' or
\`
$dir
/
$objdir
'"
1>&2
exit
$EXIT_FAILURE
exit
$EXIT_FAILURE
fi
fi
fi
;;
;;
*
.lo
)
*
.lo
)
...
@@ -6482,9 +6460,12 @@ relink_command=\"$relink_command\""
...
@@ -6482,9 +6460,12 @@ relink_command=\"$relink_command\""
do
do
eval
"if test
\"\$
{save_
$lt_var
+set}
\"
= set; then
eval
"if test
\"\$
{save_
$lt_var
+set}
\"
= set; then
$lt_var
=
\$
save_
$lt_var
; export
$lt_var
$lt_var
=
\$
save_
$lt_var
; export
$lt_var
else
$lt_unset
$lt_var
fi"
fi"
done
done
# Now prepare to actually exec the command.
# Now prepare to actually exec the command.
exec_cmd
=
"
\$
cmd
$args
"
exec_cmd
=
"
\$
cmd
$args
"
else
else
...
...
libs/openzap/src/libteletone_generate.c
浏览文件 @
26deb420
...
@@ -172,7 +172,7 @@ int teletone_mux_tones(teletone_generation_session_t *ts, teletone_tone_map_t *m
...
@@ -172,7 +172,7 @@ int teletone_mux_tones(teletone_generation_session_t *ts, teletone_tone_map_t *m
/*teletone_process_t period = (1.0 / ts->rate) / ts->channels;*/
/*teletone_process_t period = (1.0 / ts->rate) / ts->channels;*/
int
i
,
c
;
int
i
,
c
;
int
freqlen
=
0
;
int
freqlen
=
0
;
teletone_dds_state_t
tones
[
TELETONE_MAX_TONES
];
teletone_dds_state_t
tones
[
TELETONE_MAX_TONES
+
1
];
//int decay = 0;
//int decay = 0;
int
duration
;
int
duration
;
int
wait
=
0
;
int
wait
=
0
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论