[vlc-devel] commit: update check: Initialize gcrypt threading - fixes #1483 ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun May 4 13:38:39 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun May 4 14:39:50 2008 +0300| [99ba0547f4fa6b89b1031a99f0f46045d49b50dc]
update check: Initialize gcrypt threading - fixes #1483
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99ba0547f4fa6b89b1031a99f0f46045d49b50dc
---
src/misc/update.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/misc/update.c b/src/misc/update.c
index 8b3a4ad..cd1cd40 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -48,6 +48,7 @@
#include <vlc_pgpkey.h>
#include <vlc_stream.h>
#include <vlc_interface.h>
+#include <vlc_gcrypt.h>
/*****************************************************************************
@@ -853,6 +854,7 @@ update_t *__update_New( vlc_object_t *p_this )
p_update->release.psz_desc = NULL;
p_update->p_pkey = NULL;
+ vlc_gcrypt_init();
return p_update;
}
More information about the vlc-devel
mailing list