Patrick Williams | 8dd6848 | 2022-10-04 07:57:18 -0500 | [diff] [blame] | 1 | SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library" |
| 2 | HOMEPAGE = "http://www.audiocoding.com/faad2.html" |
| 3 | SECTION = "libs" |
| 4 | LICENSE = "GPL-2.0-only" |
| 5 | |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958" |
| 7 | |
| 8 | LICENSE_FLAGS = "commercial" |
| 9 | |
| 10 | PV .= "+git${SRCPV}" |
| 11 | |
| 12 | SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https" |
| 13 | SRCREV = "df42c6fc018552519d140e3d8ffe7046ed48b0cf" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit autotools lib_package |