Update of /cvsroot/xine/xine-lib/src/post/goom
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3080

Modified Files:
        xine_goom.c 
Log Message:
Remove the cast as register_enum now accept consts.


Index: xine_goom.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/post/goom/xine_goom.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- xine_goom.c 2 Dec 2006 22:35:18 -0000       1.64
+++ xine_goom.c 20 Feb 2007 00:58:51 -0000      1.65
@@ -218,7 +218,7 @@
   
 
   cfg->register_enum (cfg, "effects.goom.csc_method", 0,
-                           (char **)goom_csc_methods,
+                           goom_csc_methods,
                            _("colorspace conversion method"),
                            _("You can choose the colorspace conversion method 
used by goom.\n"
                             "The available selections should be 
self-explaining."),


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to