avassert.h has been simply copied over when libavformat/fifo_test.c was split from libavformat/tests/fifo_muxer.c.
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavformat/fifo_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/fifo_test.c b/libavformat/fifo_test.c index 02ec215cbb..7c58a78e0e 100644 --- a/libavformat/fifo_test.c +++ b/libavformat/fifo_test.c @@ -23,7 +23,6 @@ #include "libavutil/opt.h" #include "libavutil/time.h" -#include "libavutil/avassert.h" #include "avformat.h" #include "url.h" -- 2.20.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
