[FFmpeg-cvslog] avformat/network: fix duplicate include

Michael Niedermayer git at videolan.org
Sat Sep 21 17:04:46 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Sep 21 16:58:58 2013 +0200| [b8a954e46d536282b403cb952b5696aa7c38f0e4] | committer: Michael Niedermayer

avformat/network: fix duplicate include

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8a954e46d536282b403cb952b5696aa7c38f0e4
---

 libavformat/network.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/network.c b/libavformat/network.c
index ecba34d..4f04861 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)
 {



More information about the ffmpeg-cvslog mailing list