summarylogtreecommitdiffstats
path: root/010-autotrace-fix-swf-output.patch
blob: e2d31aa113af49381f499d7c0c4f39a219fd781d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
http://bugs.gentoo.org/122035

--- a/src/output-swf.c
+++ b/src/output-swf.c
@@ -24,7 +24,6 @@
 #include "spline.h"
 #include "color.h"
 #include "output-swf.h"
-#include <ming.h>
 
 #define FPS 24.0
 #define IMGID 1

--- a/src/output-swf.h
+++ b/src/output-swf.h
@@ -23,7 +23,10 @@
 #define OUTPUTSWF_H
 
 #include "output.h"
+#include <ming.h>
 
 int output_swf_writer(FILE * file, gchar * name, int llx, int lly, int urx, int ury, at_output_opts_type * opts, at_spline_list_array_type shape, at_msg_func msg_func, gpointer msg_data, gpointer user_data);
 
+void fileOutputMethod(byte b, void *data);
+
 #endif /* Not def: OUTPUTSWF_H */