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

Anton Khirnov anton at khirnov.net
Mon May 18 17:25:47 EEST 2020


It is not a public header and has not been used since
10173c0e58e557582dbd659f42c6aa164a8682db
---
 fftools/cmdutils.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 7f5a5ca664..b4fd44555b 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>
-- 
2.25.1



More information about the ffmpeg-devel mailing list