Commit e63c4f09 authored by Olivier Aubert's avatar Olivier Aubert

modules/misc/svg: include vlc_charset, and define svg_GetTemplate prototype

parent 5b032a3a
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <string.h> #include <string.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_charset.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_osd.h> #include <vlc_osd.h>
#include <vlc_block.h> #include <vlc_block.h>
...@@ -57,7 +58,7 @@ static int Create ( vlc_object_t * ); ...@@ -57,7 +58,7 @@ static int Create ( vlc_object_t * );
static void Destroy ( vlc_object_t * ); static void Destroy ( vlc_object_t * );
static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out, static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
subpicture_region_t *p_region_in ); subpicture_region_t *p_region_in );
static char *svg_GetTemplate( vlc_object_t *p_this );
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment