[FFmpeg-devel] [PATCH 20/23] fftools/ffmpeg: stop including os_support.h
Anton Khirnov
anton at khirnov.net
Sat Mar 25 21:15:26 EET 2023
It was added for usleep(), which
- is not used in ffmpeg
- is not handled in os_support.h anymore
---
fftools/ffmpeg.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index 7a6b206d11..63dd97a130 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -63,7 +63,6 @@
#include "libavutil/thread.h"
#include "libavutil/threadmessage.h"
#include "libavcodec/version.h"
-#include "libavformat/os_support.h"
# include "libavfilter/avfilter.h"
# include "libavfilter/buffersrc.h"
--
2.39.1
More information about the ffmpeg-devel
mailing list