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 */
|