diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-10 15:19:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-10 15:19:01 +0000 |
commit | d3caf6cd1cbec734d5717aa2ca0865387a4c3d66 (patch) | |
tree | 4ae61c050f5556403ce4e1906341e04071c5b2a2 /main/freeswitch | |
parent | e686b11b06db8f3e43c37557a82ed450bfc9880c (diff) | |
download | aports-d3caf6cd1cbec734d5717aa2ca0865387a4c3d66.tar.bz2 aports-d3caf6cd1cbec734d5717aa2ca0865387a4c3d66.tar.xz |
main/freeswitch: enable rtmp
fixes #1523
Diffstat (limited to 'main/freeswitch')
-rw-r--r-- | main/freeswitch/APKBUILD | 4 | ||||
-rw-r--r-- | main/freeswitch/modules.conf | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index ad683f3ce3..320ab39358 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Cameron Banta <cbanta@gmail.com> pkgname=freeswitch pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -158,6 +158,6 @@ conf() { md5sums="81a6ba0cda70f78f8c36eb47cc564ba3 freeswitch-1.2.0.tar.bz2 e3912aa52a4d8f8cb3b4e38c2668116d freeswitch-mod_shout-textrels.patch 769eaa127d4dbae687dc4aa961a8cc70 0002-mod_lua-alpine-module-search-path.patch -0a65c74e228ca4f00e8c856b16ffd642 modules.conf +bd16f291e09195bdfc45c1da9aeb407b modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd 54a929d16731df730de0cd5355ea3031 freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index dcb5b40ddc..792260c3ec 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -62,6 +62,7 @@ endpoints/mod_dingaling endpoints/mod_portaudio endpoints/mod_sofia endpoints/mod_loopback +endpoints/mod_rtmp #endpoints/mod_alsa #endpoints/mod_opal #endpoints/mod_skinny |