mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-03-02 17:56:30 +00:00
tls: fix compilation when both gnutls and openssl are enabled
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
94599a6de3
commit
29216d7fd1
@ -213,7 +213,7 @@ static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **op
|
||||
struct addrinfo hints = { 0 }, *ai = NULL;
|
||||
const char *proxy_path;
|
||||
int use_proxy;
|
||||
#if CONFIG_OPENSSL
|
||||
#if CONFIG_OPENSSL && !CONFIG_GNUTLS
|
||||
BIO *bio;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user