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:
authorGregory J. Wolfe <gregory.wolfe@kodakalaris.com>2016-12-01 21:35:02 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-05-16 05:00:30 +0300
commit5d737a3d0ca2bf0f0c6170096d9d1ca230cf9ee0 (patch)
tree7927ac9442194d00b2283a61289dc0e1d3550e22
parentf61c888743d172fd8cbf08da9504ffa6e34d4b44 (diff)
avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for fate build.n3.2.5
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 9c041a3cd50694af4472fd63496c9606bc1057d2) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--libavformat/tests/fifo_muxer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/tests/fifo_muxer.c b/libavformat/tests/fifo_muxer.c
index 413700ef70..e20bd6e7b2 100644
--- a/libavformat/tests/fifo_muxer.c
+++ b/libavformat/tests/fifo_muxer.c
@@ -25,6 +25,7 @@
#include "libavutil/avassert.h"
#include "libavformat/avformat.h"
#include "libavformat/url.h"
+#include "libavformat/network.h"
#define MAX_TST_PACKETS 128
#define SLEEPTIME_50_MS 50000