Displaying 1 result from an estimated 1 matches for "4e6605d".
Did you mean:
476605
2008 Jan 08
0
4 commits - test/.gitignore test/image test/Makefile.am test/swfdec_test_function.c test/swfdec_test_image.c test/swfdec_test_image.h test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...t.c
BUILT_SOURCES = \
@@ -24,6 +25,7 @@ EXTRA_DIST = \
noinst_HEADERS = \
swfdec_test_function.h \
swfdec_test_function_list.h \
+ swfdec_test_image.h \
swfdec_test_initialize.h \
swfdec_test_test.h
diff --git a/test/swfdec_test_function.c b/test/swfdec_test_function.c
index 0109582..4e6605d 100644
--- a/test/swfdec_test_function.c
+++ b/test/swfdec_test_function.c
@@ -25,6 +25,7 @@
#include "swfdec_test_function_list.h"
/* needed by the function list */
+#include "swfdec_test_image.h"
#include "swfdec_test_test.h"
diff --git a/test/swfdec_test_im...