mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07: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.2"
|
|
PKG_SHA256="7812b4f0cf66acda0d0fe4302545339517e702af7674dd04e5fe22a5ade16a90"
|
|
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."
|