mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libde265: initial package
This commit is contained in:
parent
536a2d0014
commit
a559932c08
23
packages/graphics/libde265/package.mk
Normal file
23
packages/graphics/libde265/package.mk
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
|
PKG_NAME="libde265"
|
||||||
|
PKG_VERSION="50987014f7b041079ac1961352781904b691cf7b"
|
||||||
|
PKG_SHA256="5cdefeb099141608331efe9a9bd33dad271e5810438b654e53e4d2359acdc12a"
|
||||||
|
PKG_LICENSE="LGPLv3"
|
||||||
|
PKG_SITE="http://www.libde265.org"
|
||||||
|
PKG_URL="https://github.com/strukturag/libde265/archive/$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
|
PKG_LONGDESC="Open h.265 video codec implementation."
|
||||||
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
PKG_TOOLCHAIN="configure"
|
||||||
|
|
||||||
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
|
--disable-shared \
|
||||||
|
--disable-encoder \
|
||||||
|
--disable-sherlock265"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
cd ..
|
||||||
|
./autogen.sh
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user