[FFmpeg-cvslog] avformat/fifo_test: remove network.h include

James Almer git at videolan.org
Wed Feb 7 05:31:22 EET 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb  7 00:29:55 2018 -0300| [8318bf17513529c86545dfaeec489636d77df78d] | committer: James Almer

avformat/fifo_test: remove network.h include

It's not needed, and fixes compilation with network disabled.

Signed-off-by: James Almer <jamrial at gmail.com>

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

 libavformat/fifo_test.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libavformat/fifo_test.c b/libavformat/fifo_test.c
index 188e607855..02ec215cbb 100644
--- a/libavformat/fifo_test.c
+++ b/libavformat/fifo_test.c
@@ -20,12 +20,13 @@
  */
 
 #include <stdlib.h>
+
 #include "libavutil/opt.h"
 #include "libavutil/time.h"
 #include "libavutil/avassert.h"
-#include "libavformat/avformat.h"
-#include "libavformat/url.h"
-#include "libavformat/network.h"
+
+#include "avformat.h"
+#include "url.h"
 
 /* Implementation of mock muxer to simulate real muxer failures */
 



More information about the ffmpeg-cvslog mailing list