ср, 16 окт. 2024 г., 22:47 Phyllis Smith via Cin <[email protected]
>:

> Library updates checked into GIT:
>   libvpx from 1.13.1 to 1.14.1
>   libwebp from 1.3.2 to 1.4.0
>
> That completes the library updates for a while except for libjpeg-turbo
> which is currently at 2.1.5.1 and could be updated to 3.0.3 but does not
> build.  Maybe when Andrew has time he can look at this -- I think the error
> is due to WITH_12BIT, but I do not know for sure or how to fix that.
>

I tried with 3.0.4 and it builds for me on Termux (now with clang 19.1.2)
BUT I see failure in mjpegtools/y4mdenoise, I do not think we need program
itself so I disabled it (see attached patch).

Can you post exact error text?




It seems like the below url thinks it is in CMakeLists.txt.  I did compare
> it to the current version but there are a lot of  differences.  URL is:
> https://github.com/libjpeg-turbo/libjpeg-turbo/issues/466
>
> --
> Cin mailing list
> [email protected]
> https://lists.cinelerra-gg.org/mailman/listinfo/cin
>
From 4b3c415ee2048e9ab4afd3ce06ecabba708693ae Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <[email protected]>
Date: Thu, 17 Oct 2024 01:41:25 +0300
Subject: [PATCH] y4mdenoise fails on clang 19.1.2 on termux, disable

---
 cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch9 | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch9

diff --git a/cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch9 b/cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch9
new file mode 100644
index 00000000..a22b38b8
--- /dev/null
+++ b/cinelerra-5.1/thirdparty/src/mjpegtools-2.2.1.patch9
@@ -0,0 +1,10 @@
+--- ./Makefile.am.orig	2024-10-17 01:30:58.998525349 +0300
++++ ./Makefile.am	2024-10-17 01:31:14.046525338 +0300
+@@ -21,7 +21,6 @@
+ 	yuvdenoise \
+ 	yuvfilters \
+ 	yuvdeinterlace \
+-	y4mdenoise \
+ 	y4mscaler \
+ 	y4munsharp \
+         y4mutils
-- 
2.47.0

-- 
Cin mailing list
[email protected]
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to