]> git.sesse.net Git - vlc/commitdiff
Remoteosd: initialise gcrypt
authorRafaël Carré <funman@videolan.org>
Tue, 10 Jun 2008 08:09:31 +0000 (10:09 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 10 Jun 2008 08:09:31 +0000 (10:09 +0200)
modules/video_filter/remoteosd.c

index 239d3b7fb0a7f8917d94c1c7fba09f2bf08f2ca8..032d29ff0d4039dc6b4cdee7102eb8bd97d640a9 100644 (file)
@@ -333,6 +333,8 @@ static int CreateFilter ( vlc_object_t *p_this )
     es_format_Init( &p_filter->fmt_out, SPU_ES, VLC_FOURCC( 's','p','u',' ' ) );
     p_filter->fmt_out.i_priority = 0;
 
+    vlc_gcrypt_init();
+
     /* create the vnc worker thread */
     p_sys->p_worker_thread = vlc_object_create( p_this, VLC_OBJECT_GENERIC );
     vlc_object_attach( p_sys->p_worker_thread, p_this );