mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libamcodec: allow building for aarch64, add Odroid_C2 specific version
This commit is contained in:
parent
f3244f61f6
commit
52fd5cc4ba
@ -17,12 +17,20 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="libamcodec"
|
PKG_NAME="libamcodec"
|
||||||
PKG_VERSION="45a1086"
|
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="arm"
|
PKG_ARCH="arm aarch64"
|
||||||
PKG_LICENSE="other"
|
PKG_LICENSE="other"
|
||||||
PKG_SITE="http://openlinux.amlogic.com"
|
PKG_SITE="http://openlinux.amlogic.com"
|
||||||
PKG_URL="https://github.com/codesnake/libamcodec/archive/$PKG_VERSION.tar.gz"
|
case $PROJECT in
|
||||||
|
WeTek_Core|WeTek_Play)
|
||||||
|
PKG_VERSION="45a1086"
|
||||||
|
PKG_URL="https://github.com/codesnake/libamcodec/archive/$PKG_VERSION.tar.gz"
|
||||||
|
;;
|
||||||
|
Odroid_C2)
|
||||||
|
PKG_VERSION="210755d"
|
||||||
|
PKG_URL="http://amlinux.ru/source/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="multimedia"
|
PKG_SECTION="multimedia"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user