projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8323c4
)
avformat/fifo_test: remove network.h include
author
James Almer
<jamrial@gmail.com>
Wed, 7 Feb 2018 03:29:55 +0000
(
00:29
-0300)
committer
James Almer
<jamrial@gmail.com>
Wed, 7 Feb 2018 03:30:00 +0000
(
00:30
-0300)
It's not needed, and fixes compilation with network disabled.
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/fifo_test.c
patch
|
blob
|
history
diff --git
a/libavformat/fifo_test.c
b/libavformat/fifo_test.c
index 188e607855944d028d478e3e774739f71155aac4..02ec215cbbb8b549fe4613c7d5540d13974a24b3 100644
(file)
--- 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 */