ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Thu Oct 12 20:24:36 2017 -0300| [4440bcf6a0cfd47dcd11c378050272dd1e84467e] | committer: James Almer
configure: fix pthread_cancel check Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4440bcf6a0cfd47dcd11c378050272dd1e84467e --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ce5ad8a7a4..515d7e25ac 100755 --- a/configure +++ b/configure @@ -5931,7 +5931,7 @@ fi if enabled pthreads; then - check_func pthread_cancel + check_func pthread_cancel $pthreads_extralibs fi enabled pthreads && _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog