gegl04/0002-fix-compilation-failed.patch
2021-08-04 11:47:23 +08:00

13 lines
401 B
Diff

diff -Nur a/gcut/gcut.h b/gcut/gcut.h
--- a/gcut/gcut.h 2018-05-13 19:48:27.000000000 +0800
+++ b/gcut/gcut.h 2021-08-04 11:14:47.869520800 +0800
@@ -234,7 +234,7 @@
char *clip_query;
int clip_query_edited;
int filter_edited;
-} _GeglEDL;
+};
void update_size (GeglEDL *edl, Clip *clip);
void remove_in_betweens (GeglNode *nop_scaled, GeglNode *nop_filtered);