Merge pull request #3742 from 5schatten/dav1d_0.4.0

dav1d: updated to 0.4.0 / updated meson opts
This commit is contained in:
MilhouseVH 2019-08-15 17:31:02 +01:00 committed by GitHub
commit 746feb02d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"