aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-03-25 19:58:00 +0100
committerAnton Khirnov <anton@khirnov.net>2023-04-09 15:47:45 +0200
commita2a09932f2c5e7ab23e6821d812439fff913f328 (patch)
tree22b5f69b0a85f6f573212fbe068d03cd0ed80a08
parentf30b620e98ca35eb669fae4fbe4911b779c8413d (diff)
downloadffmpeg-a2a09932f2c5e7ab23e6821d812439fff913f328.tar.gz
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
-rw-r--r--fftools/ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
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"