On Tuesday, November 23, 2021, Andrea paz <gamberucci.and...@gmail.com>
wrote:

> I already had freeglut installed on my system; I added lib32-freeglut
> but it still gives me an error. I noticed a number of warnings about
> avx512, which my Ryzen processor does not support. Does this have
> something to do with it?
>

hm... I saw few avx-512 asm disable switches... so hopefully not?
it all also was working before...

try attached patch (it disables webp programs - not much use apart from
testing libwebp itself..)
From 4fae8db49563c3cd508769f86da2236edc86679e Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianas...@gmail.com>
Date: Tue, 23 Nov 2021 13:27:01 +0300
Subject: [PATCH] Disable libwebp programs

---
 .../thirdparty/src/libwebp-1.1.0.patch3       | 27 +++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch3

diff --git a/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch3 b/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch3
new file mode 100644
index 00000000..7696f589
--- /dev/null
+++ b/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch3
@@ -0,0 +1,27 @@
+--- ./CMakeLists.txt.orig	2021-11-23 13:07:40.473195486 +0300
++++ ./CMakeLists.txt	2021-11-23 13:08:43.225195490 +0300
+@@ -4,15 +4,15 @@
+ 
+ # Options for coder / decoder executables.
+ option(WEBP_ENABLE_SIMD "Enable any SIMD optimization." ON)
+-option(WEBP_BUILD_ANIM_UTILS "Build animation utilities." ON)
+-option(WEBP_BUILD_CWEBP "Build the cwebp command line tool." ON)
+-option(WEBP_BUILD_DWEBP "Build the dwebp command line tool." ON)
+-option(WEBP_BUILD_GIF2WEBP "Build the gif2webp conversion tool." ON)
+-option(WEBP_BUILD_IMG2WEBP "Build the img2webp animation tool." ON)
+-option(WEBP_BUILD_VWEBP "Build the vwebp viewer tool." ON)
+-option(WEBP_BUILD_WEBPINFO "Build the webpinfo command line tool." ON)
+-option(WEBP_BUILD_WEBPMUX "Build the webpmux command line tool." ON)
+-option(WEBP_BUILD_EXTRAS "Build extras." ON)
++option(WEBP_BUILD_ANIM_UTILS "Build animation utilities." OFF)
++option(WEBP_BUILD_CWEBP "Build the cwebp command line tool." OFF)
++option(WEBP_BUILD_DWEBP "Build the dwebp command line tool." OFF)
++option(WEBP_BUILD_GIF2WEBP "Build the gif2webp conversion tool." OFF)
++option(WEBP_BUILD_IMG2WEBP "Build the img2webp animation tool." OFF)
++option(WEBP_BUILD_VWEBP "Build the vwebp viewer tool." OFF)
++option(WEBP_BUILD_WEBPINFO "Build the webpinfo command line tool." OFF)
++option(WEBP_BUILD_WEBPMUX "Build the webpmux command line tool." OFF)
++option(WEBP_BUILD_EXTRAS "Build extras." OFF)
+ option(WEBP_BUILD_WEBP_JS "Emscripten build of webp.js." OFF)
+ option(WEBP_NEAR_LOSSLESS "Enable near-lossless encoding" ON)
+ option(WEBP_ENABLE_SWAP_16BIT_CSP "Enable byte swap for 16 bit colorspaces."
-- 
2.34.0

-- 
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to