mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-26 02:58:34 +00:00
18 lines
481 B
PHP
18 lines
481 B
PHP
DESCRIPTION = "Mediastreamer2 plugin adding support for AMR codec"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "GPL3"
|
|
|
|
DEPENDS = "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
|