mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
avformat/tls: Fix windows build with openSSL enabled.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e6d1c66d74
commit
306e1ac012
@ -24,6 +24,9 @@
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/parseutils.h"
|
||||
#include "network.h"
|
||||
#include "os_support.h"
|
||||
#include "internal.h"
|
||||
#if CONFIG_GNUTLS
|
||||
#include <gnutls/gnutls.h>
|
||||
#include <gnutls/x509.h>
|
||||
@ -50,9 +53,6 @@
|
||||
SSL_CTX_free(c->ctx); \
|
||||
} while (0)
|
||||
#endif
|
||||
#include "network.h"
|
||||
#include "os_support.h"
|
||||
#include "internal.h"
|
||||
#if HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user