$NetBSD: patch-aa,v 1.1 2006/09/13 15:58:48 obache Exp $

--- ext/ming/mingc/swfmovie.c.orig	2004-10-31 22:52:10.000000000 +0900
+++ ext/ming/mingc/swfmovie.c
@@ -228,7 +228,7 @@ rb_SWFMovie_output(argc, argv, self)
     level = NUM2INT(lobj);
 
   Data_Get_Struct(self, struct RSWFMovie, m);
-  len = SWFMovie_output(m->this, simpleOutputMethod, NULL, level);
+  len = SWFMovie_output(m->this, simpleOutputMethod, NULL);
   
   return INT2NUM(len);
 }
@@ -249,7 +249,7 @@ rb_SWFMovie_save(argc, argv, self)
     level = NUM2INT(lobj);
 
   Data_Get_Struct(self, struct RSWFMovie, m);
-  count = SWFMovie_save(m->this, STR2CSTR(s), level);
+  count = SWFMovie_save(m->this, STR2CSTR(s));
 
   return INT2NUM(count);
 }
