Commit 3f6ed931 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

GnuTLS: fix building with GnuTLS < 3.3.0

parent eafc57cb
...@@ -53,6 +53,7 @@ static int gnutls_Init (vlc_object_t *obj) ...@@ -53,6 +53,7 @@ static int gnutls_Init (vlc_object_t *obj)
# define gnutls_Deinit() (void)0 # define gnutls_Deinit() (void)0
#else #else
#define GNUTLS_SEC_PARAM_MEDIUM GNUTLS_SEC_PARAM_NORMAL
static vlc_mutex_t gnutls_mutex = VLC_STATIC_MUTEX; static vlc_mutex_t gnutls_mutex = VLC_STATIC_MUTEX;
/** /**
......
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