it does not work on non-x86 at the moment (need more work) but at least on x86 patching should be ok now.
anyone want to test? (patch with git am please :-} )
From 8b81da0479d486b748512e4a262fb2d88c7e8814 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Sat, 27 Nov 2021 17:14:25 +0300 Subject: [PATCH] fix dav1d 0.5.1 patch (non-x86 incompatible atm) --- cinelerra-5.1/thirdparty/src/dav1d-0.5.1.patch1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinelerra-5.1/thirdparty/src/dav1d-0.5.1.patch1 b/cinelerra-5.1/thirdparty/src/dav1d-0.5.1.patch1 index d4f2b835..c43b20e2 100644 --- a/cinelerra-5.1/thirdparty/src/dav1d-0.5.1.patch1 +++ b/cinelerra-5.1/thirdparty/src/dav1d-0.5.1.patch1 @@ -1,6 +1,6 @@ diff -urN a/Makefile b/Makefile ---- a/Makefile 1969-12-31 17:00:00.000000000 -0700 -+++ b/Makefile 2019-10-14 10:54:47.354841430 -0600 +--- /dev/null 1969-12-31 17:00:00.000000000 -0700 ++++ ./dav1d-0.5.1/Makefile 2019-10-14 10:54:47.354841430 -0600 @@ -0,0 +1,363 @@ + +_ARCH := $(shell uname -m) -- 2.34.0
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

