summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-03-21 15:39:29 +0100
committerAnton Khirnov <anton@khirnov.net>2022-07-23 11:53:19 +0200
commit760ce4bc0bd11f74f0851c0a662dd5cae888df83 (patch)
treef08849f50d2c0b3c35eb9028366927f91d4ea816 /configure
parent8e854cdd2e954be42d907671a7bf2826a3141f59 (diff)
fftools/ffmpeg: depend on threads
ffmpeg will be switched to a fully threaded architecture, starting with muxers.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"