[FFmpeg-cvslog] configure: add missing pthreads dependency to v4l2_m2m

James Almer git at videolan.org
Sun Apr 29 21:06:25 EEST 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Apr 29 15:04:10 2018 -0300| [cae6f806a6367c7760ab6ed059d343d4a8eebd56] | committer: James Almer

configure: add missing pthreads dependency to v4l2_m2m

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cae6f806a6367c7760ab6ed059d343d4a8eebd56
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 9fa1665496..0f002dc6eb 100755
--- a/configure
+++ b/configure
@@ -2876,7 +2876,7 @@ qsvdec_select="qsv"
 qsvenc_select="qsv"
 qsvvpp_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="ffnvcodec"
 scale_npp_filter_deps="ffnvcodec libnpp"



More information about the ffmpeg-cvslog mailing list