aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-misc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-16 17:52:06 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-16 17:52:06 +0200
commit723ace723605667edaa95bd30c63d494d9eb7f86 (patch)
tree809efb16ec537058bef0aca0681e049ec2d3f4f9 /recipes-misc
parente673cd68aec1cc6dc6ade6704bc7021cc864b933 (diff)
bcg729: Add the BCG729, a transcoding library used by linphone
Diffstat (limited to 'recipes-misc')
-rw-r--r--recipes-misc/bcg729/bcg729_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-misc/bcg729/bcg729_git.bb b/recipes-misc/bcg729/bcg729_git.bb
new file mode 100644
index 0000000..2be5942
--- /dev/null
+++ b/recipes-misc/bcg729/bcg729_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "G729 codec library"
+HOMEPAGE = "http://www.linphone.org/eng/documentation/dev/bcg729.html"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "git://git.linphone.org/bcg729.git"
+SRCREV = "2e36a5d4bc6e992c654eee6b0a8db729da7b1d31"
+PV = "0+gitr${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools