mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dav1d: updated to 0.2.1 / added meson opts to disable tools & tests
This commit is contained in:
parent
43dd93b1ef
commit
54d6d2c6ae
@ -2,14 +2,17 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="dav1d"
|
||||
PKG_VERSION="0e3c21979b5e2e6e7e49968b1377e38220c58774"
|
||||
PKG_SHA256="3662184809fa29af39c920877cedec3724dc5c3cf71d94bec424f2a7ee4825cf"
|
||||
PKG_VERSION="0.2.1"
|
||||
PKG_SHA256="887f672f0afad9ff66735997e4d55d03b72a098238e291ecb17ae529adc7dd23"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="http://www.jbkempf.com/blog/post/2018/Introducing-dav1d"
|
||||
PKG_URL="https://code.videolan.org/videolan/dav1d/-/archive/${PKG_VERSION}/dav1d-${PKG_VERSION}.tar.bz2"
|
||||
PKG_URL="https://code.videolan.org/videolan/dav1d/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="dav1d is an AV1 decoder :)"
|
||||
|
||||
if [ "$TARGET_ARCH" = "x86_64" ]; then
|
||||
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||
PKG_DEPENDS_TARGET+=" nasm:host"
|
||||
fi
|
||||
|
||||
PKG_MESON_OPTS_TARGET="-Dbuild_tools=false \
|
||||
-Dbuild_tests=false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user