Browse Source

avformat/network: fix duplicate include

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
b8a954e46d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/network.c

+ 0
- 1
libavformat/network.c View File

@@ -41,7 +41,6 @@
static int openssl_init;
#if HAVE_THREADS
#include <openssl/crypto.h>
#include "libavutil/avutil.h"
pthread_mutex_t *openssl_mutexes;
static void openssl_lock(int mode, int type, const char *file, int line)
{


Loading…
Cancel
Save