mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
avformat/fifo_test: remove network.h include
It's not needed, and fixes compilation with network disabled. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
e8323c42c1
commit
8318bf1751
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user