libvisual-plugins/libvisual-plugins-0.4.0-nastyfft.patch
Silvan Calarco a2ea965be3 rebuilt from a source package splitted by libvisual
added patchset from sources.gentoo.org/cgi-bin/viewvc.cgi/src/patchsets/libvisual-plugins/0.4.0 [release 0.4.0-4mamba;Tue Dec 14 2010]
2024-01-06 06:04:33 +01:00

18 lines
687 B
Diff

info is returned, so if its const it cause breakages.
https://bugs.gentoo.org/show_bug.cgi?id=201867
https://bugs.gentoo.org/show_bug.cgi?id=143810
Index: libvisual-plugins-0.4.0/plugins/actor/nastyfft/actor_nastyfft.c
===================================================================
--- libvisual-plugins-0.4.0.orig/plugins/actor/nastyfft/actor_nastyfft.c
+++ libvisual-plugins-0.4.0/plugins/actor/nastyfft/actor_nastyfft.c
@@ -80,7 +80,7 @@ const VisPluginInfo *get_plugin_info (in
.vidoptions.depth = VISUAL_VIDEO_DEPTH_GL
}};
- static const VisPluginInfo info[] = {{
+ static VisPluginInfo info[] = {{
.type = VISUAL_PLUGIN_TYPE_ACTOR,
.plugname = N_("nastyfft"),