]> git.sesse.net Git - vlc/blobdiff - modules/misc/svg.c
Remove useless parameters
[vlc] / modules / misc / svg.c
index 7c5ad64b8912b575280e0413673cea83d72c4e09..82ac582515009e449661c7ea6fef45d2aded8e64 100644 (file)
@@ -48,7 +48,7 @@
 #include <glib.h>
 #include <glib/gstdio.h>
 #include <glib-object.h>                                  /* g_object_unref( ) */
-#include <librsvg-2/librsvg/rsvg.h>
+#include <librsvg/rsvg.h>
 
 typedef struct svg_rendition_t svg_rendition_t;
 
@@ -74,7 +74,7 @@ vlc_module_begin ()
     set_category( SUBCAT_INPUT_SCODEC )
     set_capability( "text renderer", 99 )
     add_shortcut( "svg" )
-    add_string( "svg-template-file", "", NULL, TEMPLATE_TEXT, TEMPLATE_LONGTEXT, true )
+    add_string( "svg-template-file", "", TEMPLATE_TEXT, TEMPLATE_LONGTEXT, true )
     set_callbacks( Create, Destroy )
 vlc_module_end ()