Commit f0b99112 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'd4d90504'

* commit 'd4d90504':
  tls_gnutls: Add missing includes for the gcrypt thread safety callbacks
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5c416080 d4d90504
......@@ -37,6 +37,7 @@
#if HAVE_THREADS && GNUTLS_VERSION_NUMBER <= 0x020b00
#include <gcrypt.h>
#include "libavutil/thread.h"
GCRY_THREAD_OPTION_PTHREAD_IMPL;
#endif
......
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