ffmpeg | branch: master | James Almer <jamr...@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 <jamr...@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 */ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog