mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 17:59:45 +00:00
12 lines
483 B
Makefile
12 lines
483 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="fdk-aac"
|
|
PKG_VERSION="2.0.3"
|
|
PKG_SHA256="e25671cd96b10bad896aa42ab91a695a9e573395262baed4e4a2ff178d6a3a78"
|
|
PKG_LICENSE="fdk-aac"
|
|
PKG_SITE="https://github.com/mstorsjo/fdk-aac"
|
|
PKG_URL="https://github.com/mstorsjo/fdk-aac/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A standalone library of the Fraunhofer FDK AAC code from Android."
|