mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
dav1d: updated to 0.4.0 / updated meson opts
This commit is contained in:
parent
92029b0667
commit
62d00739da
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="dav1d"
|
||||
PKG_VERSION="0.3.1"
|
||||
PKG_SHA256="be511d465223cc74aab507fe3a6e4e764501662ebf1a5e233854ed064a7ae204"
|
||||
PKG_VERSION="0.4.0"
|
||||
PKG_SHA256="18bf96c5168b8c704422387620fefaa953e8dbd4eacb0f0796c03d6e741f8924"
|
||||
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"
|
||||
@ -14,5 +14,5 @@ if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||
PKG_DEPENDS_TARGET+=" nasm:host"
|
||||
fi
|
||||
|
||||
PKG_MESON_OPTS_TARGET="-Dbuild_tools=false \
|
||||
-Dbuild_tests=false"
|
||||
PKG_MESON_OPTS_TARGET="-Denable_tools=false \
|
||||
-Denable_tests=false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user