[FFmpeg-cvslog] fftools/ffmpeg: stop including os_support.h

Anton Khirnov git at videolan.org
Sun Apr 9 16:50:43 EEST 2023


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Mar 25 19:58:00 2023 +0100| [a2a09932f2c5e7ab23e6821d812439fff913f328] | committer: Anton Khirnov

fftools/ffmpeg: stop including os_support.h

It was added for usleep(), which
- is not used in ffmpeg
- is not handled in os_support.h anymore

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2a09932f2c5e7ab23e6821d812439fff913f328
---

 fftools/ffmpeg.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index 07fc978943..d2789b6f5b 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"



More information about the ffmpeg-cvslog mailing list