Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
306e1ac0
Commit
306e1ac0
authored
Jan 20, 2014
by
Matt Oliver
Committed by
Michael Niedermayer
Jan 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/tls: Fix windows build with openSSL enabled.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
e6d1c66d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tls.c
libavformat/tls.c
+3
-3
No files found.
libavformat/tls.c
View file @
306e1ac0
...
@@ -24,6 +24,9 @@
...
@@ -24,6 +24,9 @@
#include "libavutil/avstring.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/parseutils.h"
#include "network.h"
#include "os_support.h"
#include "internal.h"
#if CONFIG_GNUTLS
#if CONFIG_GNUTLS
#include <gnutls/gnutls.h>
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>
#include <gnutls/x509.h>
...
@@ -50,9 +53,6 @@
...
@@ -50,9 +53,6 @@
SSL_CTX_free(c->ctx); \
SSL_CTX_free(c->ctx); \
} while (0)
} while (0)
#endif
#endif
#include "network.h"
#include "os_support.h"
#include "internal.h"
#if HAVE_POLL_H
#if HAVE_POLL_H
#include <poll.h>
#include <poll.h>
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment