mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-20 19:08:25 +00:00
20 lines
564 B
PHP
20 lines
564 B
PHP
DESCRIPTION = "Mediastreamer2 plugin adding support for AMR codec"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "GPLv3"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
DEPENDS = "linphone opencore-amr"
|
|
DEPENDS_append_wideband = " vo-amrwbenc"
|
|
|
|
MSAMR_WIDEBAND = ""
|
|
MSAMR_WIDEBAND_wideband = "--enable-wideband"
|
|
|
|
EXTRA_OECONF = "\
|
|
${MSAMR_WIDEBAND} \
|
|
"
|
|
|
|
FILES_${PN} = "${libdir}/mediastreamer/plugins/*.so.*"
|
|
FILES_${PN}-dev = "${libdir}/mediastreamer/plugins/*.la ${libdir}/mediastreamer/plugins/*.so"
|
|
inherit autotools pkgconfig
|