[FFmpeg-cvslog] cmdutils: drop libavformat/network.h include

Anton Khirnov git at videolan.org
Fri May 22 15:43:15 EEST 2020


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat May 20 12:55:00 2017 +0200| [8cfab9fa8c1529f3d4db3e7d5b317acdbc08d37d] | committer: Anton Khirnov

cmdutils: drop libavformat/network.h include

It is not a public header and has not been used since
10173c0e58e557582dbd659f42c6aa164a8682db

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

 fftools/cmdutils.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 7bec1db18b..dec18850d8 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -55,9 +55,6 @@
 #include "libavutil/ffversion.h"
 #include "libavutil/version.h"
 #include "cmdutils.h"
-#if CONFIG_NETWORK
-#include "libavformat/network.h"
-#endif
 #if HAVE_SYS_RESOURCE_H
 #include <sys/time.h>
 #include <sys/resource.h>



More information about the ffmpeg-cvslog mailing list