From 760ce4bc0bd11f74f0851c0a662dd5cae888df83 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 21 Mar 2022 15:39:29 +0100 Subject: fftools/ffmpeg: depend on threads ffmpeg will be switched to a fully threaded architecture, starting with muxers. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4888792015..46f6490a64 100755 --- a/configure +++ b/configure @@ -3819,7 +3819,7 @@ avfilter_extralibs="pthreads_extralibs" avutil_extralibs="d3d11va_extralibs nanosleep_extralibs pthreads_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs" # programs -ffmpeg_deps="avcodec avfilter avformat" +ffmpeg_deps="avcodec avfilter avformat threads" ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter hflip_filter null_filter transpose_filter trim_filter vflip_filter" -- cgit v1.2.3