aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmad/libmad_0.15.0b.bb
blob: 6eb5fc6d1ad85ed03cda6b84c7f6f1e8e48a7ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "MPEG Audio Decoder Library"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libid3tag"
LICENSE = "GPL"
PR = "r4"

SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
S = "${WORKDIR}/libmad-${PV}"

inherit autotools

EXTRA_OECONF = "-enable-speed --enable-shared"
# The ASO's don't take any account of thumb...
EXTRA_OECONF_append_thumb = " --disable-aso --enable-fpm=default"

do_configure_prepend () {
#	damn picky automake...
	touch NEWS AUTHORS ChangeLog
}


SRC_URI[md5sum] = "2e4487cdf922a6da2546bad74f643205"
SRC_URI[sha256sum] = "5666a1dec6956a9b9869aacc3b05a10222639651790be3a9c43772890eb49cd6"