Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-05-20 13:55:00 +0300
committerAnton Khirnov <anton@khirnov.net>2020-05-22 15:38:57 +0300
commit8cfab9fa8c1529f3d4db3e7d5b317acdbc08d37d (patch)
treea336c9d391ab4ec62ec89b831fa9baeaa5690423 /fftools
parentca7095a9072fab4cdb41af12da9d94752e082e34 (diff)
cmdutils: drop libavformat/network.h include
It is not a public header and has not been used since 10173c0e58e557582dbd659f42c6aa164a8682db
Diffstat (limited to 'fftools')
-rw-r--r--fftools/cmdutils.c3
1 files changed, 0 insertions, 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>