[FFmpeg-cvslog] avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for fate build.

Gregory J. Wolfe git at videolan.org
Tue May 16 05:23:00 EEST 2017


ffmpeg | branch: release/3.2 | Gregory J. Wolfe <gregory.wolfe at kodakalaris.com> | Thu Dec  1 13:35:02 2016 -0500| [5d737a3d0ca2bf0f0c6170096d9d1ca230cf9ee0] | committer: Michael Niedermayer

avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for fate build.

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit 9c041a3cd50694af4472fd63496c9606bc1057d2)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 libavformat/tests/fifo_muxer.c | 1 +
 1 file changed, 1 insertion(+)

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



More information about the ffmpeg-cvslog mailing list