You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/network: fix duplicate include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user