On Tuesday, November 30, 2021, Andrea paz <[email protected]> wrote:
> I tried the patch > "0001-fix-dav1d-0.5.1-patch-non-x86-incompatible-atm.patch" in Debian > 11 32-bit. > Applying the patch, on the terminal I have this message: > patching: fix dav1d 0.5.1 patch (non-x86 incompatible atm). > I used "git am ..." (but even with "patch -p3 < ..." it doesn't work!) > Continuing the compilation I have error. I append the cin5-dav1d.log > (NOTE: I renamed the patch to "david.patch" before applying it; can > this be a problem?) > ow, you are right, i misedited patch. try to remove dav1d-0.5.1 part from it, or apply edited one I attaching to this mail? sorry!
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 ++++ ./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

