summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/faad2/faad2_2.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-multimedia/faad2/faad2_2.10.0.bb')
-rw-r--r--meta-oe/recipes-multimedia/faad2/faad2_2.10.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.10.0.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.10.0.bb
new file mode 100644
index 000000000..1b4236073
--- /dev/null
+++ b/meta-oe/recipes-multimedia/faad2/faad2_2.10.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library"
2HOMEPAGE = "http://www.audiocoding.com/faad2.html"
3SECTION = "libs"
4LICENSE = "GPL-2.0-only"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
7
8LICENSE_FLAGS = "commercial"
9
10PV .= "+git${SRCPV}"
11
12SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https"
13SRCREV = "df42c6fc018552519d140e3d8ffe7046ed48b0cf"
14
15S = "${WORKDIR}/git"
16
17inherit autotools lib_package