Package Details: mingw-w64-frei0r-plugins 3.1.3-2

Git Clone URL: https://aur.archlinux.org/mingw-w64-frei0r-plugins.git (read-only, click to copy)
Package Base: mingw-w64-frei0r-plugins
Description: Collection of video effect plugins (mingw-w64)
Upstream URL: https://frei0r.dyne.org/
Licenses: GPL-2.0-or-later
Submitter: kfg
Maintainer: kfg
Last Packager: kfg
Votes: 0
Popularity: 0.000000
First Submitted: 2024-06-24 16:17 (UTC)
Last Updated: 2026-05-11 10:00 (UTC)

Latest Comments

Blaadick commented on 2026-05-11 02:00 (UTC) (edited on 2026-05-11 02:01 (UTC) by Blaadick)

The package does not build with the latest version of gcc. Apply this patch pls:

--- frei0r/src/filter/kaleid0sc0pe/kaleid0sc0pe.h   2026-05-11 04:54:45.678604564 +0300
+++ frei0r/src/filter/kaleid0sc0pe/kaleid0sc0pe-2.h 2026-05-11 04:47:53.589199370 +0300
@@ -39,7 +39,7 @@
 // set sse2 flag on windows
 #if _M_IX86_FP == 2 || _M_X64 == 100
 #ifndef _M_ARM
-#define __SSE2__
+#define __SSE2__ 1
 #endif
 #endif
 #endif