summaryrefslogtreecommitdiff
path: root/packages/libmpcdec/libmpcdec_1.2.6.bb
blob: 7faf0c86902d46502778235ceac6cfbbe729e2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Portable Musepack decoder library"
AUTHOR = "Meni Berman <musepack@gmail.com>"
HOMEPAGE = "http://www.musepack.net"
SECTION = "libs"
LICENSE = "BSD GPL"
FILE_PR = "r0"

SRC_URI = "http://files.musepack.net/source/libmpcdec-${PV}.tar.bz2"

inherit autotools

EXTRA_OECONF += "ac_cv_func_memcmp_working=yes"

do_configure () {
        oe_runconf
}

do_stage () {
        autotools_stage_all
}