OSDN Git Service

avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT for...
authorGregory J. Wolfe <gregory.wolfe@kodakalaris.com>
Thu, 1 Dec 2016 18:35:02 +0000 (13:35 -0500)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 1 Dec 2016 22:42:50 +0000 (23:42 +0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/tests/fifo_muxer.c

index 9659198..dc62965 100644 (file)
@@ -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