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 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
