18 lines
687 B
Diff
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"),
|