[FFmpeg-cvslog] configure: fix pthread_cancel check

James Almer git at videolan.org
Fri Oct 13 02:25:57 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 12 20:24:36 2017 -0300| [4440bcf6a0cfd47dcd11c378050272dd1e84467e] | committer: James Almer

configure: fix pthread_cancel check

Signed-off-by: James Almer <jamrial at 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 &&



More information about the ffmpeg-cvslog mailing list