[FFmpeg-devel] [PATCH] configure: v4l2_m2m depends on pthreads

Mark Thompson sw at jkqxz.net
Wed Oct 25 16:32:36 EEST 2017


Fixes build with --disable-pthreads.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index c86e578..76523c8 100755
--- a/configure
+++ b/configure
@@ -2780,7 +2780,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 pthreads"
 
 hwupload_cuda_filter_deps="cuda"
 scale_npp_filter_deps="cuda libnpp"
-- 
2.7.4


More information about the ffmpeg-devel mailing list