diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 16:58:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 16:58:58 +0200 |
commit | b8a954e46d536282b403cb952b5696aa7c38f0e4 (patch) | |
tree | 852d06e7b88d1f00dc48439cfe010f51742df962 | |
parent | ef23b7fd6d26ca60552f356dfea6c07c52bcc277 (diff) | |
download | ffmpeg-b8a954e46d536282b403cb952b5696aa7c38f0e4.tar.gz |
avformat/network: fix duplicate include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/network.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/network.c b/libavformat/network.c index ecba34d982..4f0486196f 100644 --- a/libavformat/network.c +++ b/libavformat/network.c @@ -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) { |