[Swfdec-commits] Branch 'abc' - tools/abcextract.c
Pekka Lampila
medar at kemper.freedesktop.org
Fri Aug 22 07:35:43 PDT 2008
tools/abcextract.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 70d27694b1a7b9b8d62970d20e2848079831c95d
Author: Riccardo Magliocchetti <riccardo at datahost.it>
Date: Fri Aug 22 17:34:15 2008 +0300
Make abcextract compile
diff --git a/tools/abcextract.c b/tools/abcextract.c
index 43f5f83..83ca7b0 100644
--- a/tools/abcextract.c
+++ b/tools/abcextract.c
@@ -116,7 +116,7 @@ main (int argc, char **argv)
}
cx = g_object_new (SWFDEC_TYPE_AS_CONTEXT, NULL);
- swfdec_abc_global_new (cx);
+ cx->global = g_object_new (SWFDEC_TYPE_ABC_GLOBAL, "context", cx, NULL);
offsets = g_ptr_array_new ();
for (i = 0; i < buffer->length - 3; i++) {
if (buffer->data[i] != 0x10 ||
More information about the Swfdec-commits
mailing list