From d79d0e5f87bb35054b977f1b16db23e034113591 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sat, 23 Oct 2021 21:18:27 +0300 Subject: [PATCH] Dav1d. Using [built-in options] instead of [paths] to eliminate the deprecation warning --- scripts/libdav1d/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libdav1d/build.sh b/scripts/libdav1d/build.sh index b186ac6..c5ff8d9 100755 --- a/scripts/libdav1d/build.sh +++ b/scripts/libdav1d/build.sh @@ -22,7 +22,7 @@ cpu_family = '${CPU_FAMILY}' cpu = '${TARGET_TRIPLE_MACHINE_ARCH}' endian = 'little' -[paths] +[built-in options] prefix = '${INSTALL_DIR}' EOF