aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-isdn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-05-19 11:32:16 +0200
committerHarald Welte <laforge@gnumonks.org>2014-05-19 11:32:16 +0200
commiteff76c2d8c5485d22057bb107d46eb7672646c70 (patch)
treee2e0f4b64b27cda34125fdb1a0e55c951a013f8a /recipes-isdn
parentea7e6ec76396aa3fc99531de82d68e3ede59f2bf (diff)
lcr: update to current master; re-introduce AMR support
Update to current master of lcr, which includes support for AMR and RTP-bridge. Master openbsc doesn't support RTP-bridge yet, but it will work with a transcoding LCR getting all TCH frames in all codecs (HR/FR/EFR/AMR) via MNCC.
Diffstat (limited to 'recipes-isdn')
-rw-r--r--recipes-isdn/lcr/files/lcr-no_amr.diff15
-rw-r--r--recipes-isdn/lcr/lcr_git.bb5
2 files changed, 2 insertions, 18 deletions
diff --git a/recipes-isdn/lcr/files/lcr-no_amr.diff b/recipes-isdn/lcr/files/lcr-no_amr.diff
deleted file mode 100644
index b5b85f0..0000000
--- a/recipes-isdn/lcr/files/lcr-no_amr.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 1911187..c395ee2 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -185,8 +185,8 @@ AM_CONDITIONAL(ENABLE_GSM_MS, test "x$with_gsm_ms" == "xyes" )
- AM_CONDITIONAL(ENABLE_GSM, test "x$with_gsm_bs" == "xyes" -o "x$with_gsm_ms" == "xyes")
-
- # check for opencore-amrnb for AMR and EFR decoding
--found_opencore_amrnb=yes
--PKG_CHECK_MODULES(OPENCORE_AMRNB, opencore-amrnb >= 0.1.0, , found_opencore_amrnb=no)
-+found_opencore_amrnb=no
-+#PKG_CHECK_MODULES(OPENCORE_AMRNB, opencore-amrnb >= 0.1.0, , found_opencore_amrnb=no)
- AM_CONDITIONAL(ENABLE_GSMAMR, test "$found_opencore_amrnb" = "yes")
- if test "$found_opencore_amrnb" = yes; then
- AC_DEFINE(HAVE_OPENCORE_AMRNB, 1, [Define to 1 if OpenCore AMR-NB library is available])
diff --git a/recipes-isdn/lcr/lcr_git.bb b/recipes-isdn/lcr/lcr_git.bb
index 7e90a19..ab08375 100644
--- a/recipes-isdn/lcr/lcr_git.bb
+++ b/recipes-isdn/lcr/lcr_git.bb
@@ -4,13 +4,12 @@ HOMEPAGE = "http://isdn.eversberg.eu/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=de9327a12ae1ccc94dade892a360f996"
-PV = "1.13+gitr${SRCPV}"
+PV = "1.14+gitr${SRCPV}"
PR = "r2"
-SRCREV = "f3b94bf3a9599359805eaf20f3b036272c7af522"
+SRCREV = "38fce218f8897d120aeba56e811ef7dada898c2c"
SRC_URI = "git://git.misdn.eu/lcr.git \
file://lcr-disable-gsmfr.diff \
- file://lcr-no_amr.diff \
file://lcr.init "
S = "${WORKDIR}/git"