Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-04-29 21:04:10 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2021-09-12 12:22:04 +0300
commit2e1e677c6df4f3f2b976aaceef1b0e5252f7cee6 (patch)
tree28b969c54b81801d897bfe3f93130c4e315c8266 /configure
parent94bb92e5bbe81e1ed2abf0b4fe3b0c8791ecdedf (diff)
configure: add missing pthreads dependency to v4l2_m2m
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ebd1820396..e6de1794c0 100755
--- a/configure
+++ b/configure
@@ -2785,7 +2785,7 @@ omx_rpi_select="omx"
qsvdec_select="qsv"
qsvenc_select="qsv"
vaapi_encode_deps="vaapi"
-v4l2_m2m_deps_any="linux_videodev2_h"
+v4l2_m2m_deps="linux_videodev2_h sem_timedwait"
hwupload_cuda_filter_deps="cuda"
scale_npp_filter_deps="cuda libnpp"