summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb
blob: 9a7ee412da240c25fd3697ccf7e0af306024a26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library"
HOMEPAGE = "http://www.audiocoding.com/faad2.html"
SECTION = "libs"
LICENSE = "GPL-2.0-only"

LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"

LICENSE_FLAGS = "commercial"

PV .= "+git"

SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https"
SRCREV = "673a22a3c7c33e96e2ff7aae7c4d2bc190dfbf92"

S = "${WORKDIR}/git"

inherit cmake