mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
Add local recipe for msamr.
This commit is contained in:
parent
1b3b8fa336
commit
f6ee571e5c
5 changed files with 27 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
DESCRIPTION = "Mediastreamer2 plugin adding support for AMR codec"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL3"
|
||||
LICENSE = "GPLv3"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "linphone opencore-amr"
|
||||
DEPENDS_append_wideband = " vo-amrwbenc"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,4 @@ S = "${WORKDIR}/git"
|
|||
|
||||
OVERRIDES_append = ":wideband"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
require msamr-common.inc
|
||||
|
|
|
|||
|
|
@ -3,6 +3,4 @@ SRC_URI = "git://git.linphone.org/msamr.git;protocol=git"
|
|||
SRCREV = "HEAD"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
require msamr-common.inc
|
||||
|
|
|
|||
13
build/openembedded/msamr_local+wb.bb
Normal file
13
build/openembedded/msamr_local+wb.bb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
PR = "r1"
|
||||
SRC_URI = "file://${HOME}/msamr-0.0.2.tar.gz"
|
||||
S = "${WORKDIR}/msamr-0.0.2"
|
||||
|
||||
do_configure_prepend () {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
OVERRIDES_append = ":wideband"
|
||||
|
||||
DEFAULT_PREFERENCE="-1"
|
||||
|
||||
require msamr-common.inc
|
||||
11
build/openembedded/msamr_local.bb
Normal file
11
build/openembedded/msamr_local.bb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
PR = "r1"
|
||||
SRC_URI = "file://${HOME}/msamr-0.0.2.tar.gz"
|
||||
S = "${WORKDIR}/msamr-0.0.2"
|
||||
|
||||
do_configure_prepend () {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
DEFAULT_PREFERENCE="-1"
|
||||
|
||||
require msamr-common.inc
|
||||
Loading…
Add table
Reference in a new issue