aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmpcdec/libmpcdec_1.2.6.bb
blob: 43249248a2a2eea620a412914b3c1073e5619248 (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"
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
}