8b28448af3
Package 'rawplayer' for asterisk. Requires the tonezone patch for app-meetme Disabled ilbc which required a separate (non-free) package. Signed-off-by: Michael Geddes <michael at frog dot wheelycreek dot net> git-svn-id: svn://svn.openwrt.org/openwrt/packages@12794 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
883 B
Diff
24 lines
883 B
Diff
diff -Nru asterisk-1.4.18.org/acinclude.m4 asterisk-1.4.18/acinclude.m4
|
|
--- asterisk-1.4.18.org/acinclude.m4 2007-07-25 19:14:14.000000000 +0200
|
|
+++ asterisk-1.4.19.1/acinclude.m4 2008-03-02 19:40:27.000000000 +0100
|
|
@@ -508,6 +508,7 @@
|
|
;;
|
|
esac
|
|
AC_MSG_RESULT(${OPENH323_BUILD})
|
|
+ OPENH323_SUFFIX="n_s"
|
|
|
|
AC_SUBST([OPENH323_SUFFIX])
|
|
AC_SUBST([OPENH323_BUILD])
|
|
diff -Nru asterisk-1.4.18.org/configure.ac asterisk-1.4.18/configure.ac
|
|
--- asterisk-1.4.18.org/configure.ac 2008-01-16 02:13:27.000000000 +0100
|
|
+++ asterisk-1.4.19.1/configure.ac 2008-03-02 19:40:27.000000000 +0100
|
|
@@ -835,7 +835,7 @@
|
|
if test "${HAS_PWLIB:-unset}" != "unset"; then
|
|
AST_CHECK_OPENH323_PLATFORM()
|
|
|
|
- PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r"
|
|
+ PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r_s"
|
|
|
|
AST_CHECK_PWLIB_BUILD([PWLib], [PWLIB],
|
|
[Define if your system has the PWLib libraries.],
|