mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
8f3df8b447
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
22 lines
780 B
BlitzBasic
22 lines
780 B
BlitzBasic
SUMMARY = "FDK-AAC audio codec"
|
|
|
|
DESCRIPTION = "The Fraunhofer FDK AAC Codec Library for Android \
|
|
(\"FDK AAC Codec\") is software that implements the MPEG \
|
|
Advanced Audio Coding (\"AAC\") encoding and decoding scheme \
|
|
for digital audio."
|
|
|
|
HOMEPAGE = "https://www.iis.fraunhofer.de/en/ff/amm/impl.html"
|
|
|
|
LICENSE = "LicenseRef-Fraunhofer-FDK-AAC-Codec-Library-for-Android"
|
|
LICENSE_FLAGS = "commercial"
|
|
LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875"
|
|
|
|
SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master;tag=v${PV}"
|
|
SRCREV = "716f4394641d53f0d79c9ddac3fa93b03a49f278"
|
|
|
|
|
|
SRC_URI[md5sum] = "fef453b5d6ee28ff302c600b8cded3e7"
|
|
SRC_URI[sha256sum] = "07c2a64b098eb48b2e9d729d5e778c08f7d22f28adc8da7c3f92c58da1cbbd8e"
|
|
|
|
inherit autotools
|