Commit b8a954e4 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/network: fix duplicate include

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ef23b7fd
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
static int openssl_init; static int openssl_init;
#if HAVE_THREADS #if HAVE_THREADS
#include <openssl/crypto.h> #include <openssl/crypto.h>
#include "libavutil/avutil.h"
pthread_mutex_t *openssl_mutexes; pthread_mutex_t *openssl_mutexes;
static void openssl_lock(int mode, int type, const char *file, int line) static void openssl_lock(int mode, int type, const char *file, int line)
{ {
......
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