mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/network: fix duplicate include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ef23b7fd6d
commit
b8a954e46d
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user