You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
tls_gnutls: Add missing includes for the gcrypt thread safety callbacks
This fixes building with gcrypt-backed gnutls versions, broken
in 57cde2b180
.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
#if HAVE_THREADS && GNUTLS_VERSION_NUMBER <= 0x020b00
|
#if HAVE_THREADS && GNUTLS_VERSION_NUMBER <= 0x020b00
|
||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
|
#include "libavutil/thread.h"
|
||||||
GCRY_THREAD_OPTION_PTHREAD_IMPL;
|
GCRY_THREAD_OPTION_PTHREAD_IMPL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user