diff mbox series

[FFmpeg-devel,20/23] fftools/ffmpeg: stop including os_support.h

Message ID 20230325191529.10578-20-anton@khirnov.net
State Accepted
Commit a2a09932f2c5e7ab23e6821d812439fff913f328
Headers show
Series [FFmpeg-devel,01/23] fftools/ffmpeg: drop InputStream.processing_needed | expand

Commit Message

Anton Khirnov March 25, 2023, 7:15 p.m. UTC
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 mbox series

Patch

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"