Commit 8318bf17 authored by James Almer's avatar James Almer

avformat/fifo_test: remove network.h include

It's not needed, and fixes compilation with network disabled.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent e8323c42
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment