mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
17 lines
522 B
BlitzBasic
17 lines
522 B
BlitzBasic
DESCRIPTION = "Mediastreamer2 plugin adding support for ILBC codec"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "GPLv2"
|
|
DEPENDS = "linphone libilbc-rfc3951"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "git://git.linphone.org/msilbc.git;protocol=git"
|
|
SRCREV = "HEAD"
|
|
S = "${WORKDIR}/git"
|
|
|
|
FILES_${PN} = "${libdir}/mediastreamer/plugins/*.so.*"
|
|
FILES_${PN}-dev = "${libdir}/mediastreamer/plugins/*.la ${libdir}/mediastreamer/plugins/*.so"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
inherit autotools pkgconfig
|