[MPlayer-cvslog] r36545 - trunk/configure

michael subversion at mplayerhq.hu
Sat Dec 14 01:43:10 CET 2013


Author: michael
Date: Sat Dec 14 01:43:10 2013
New Revision: 36545

Log:
configure: fix build when ffmpeg Makefiles use CONFIG_THREADS

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Dec 12 22:25:47 2013	(r36544)
+++ trunk/configure	Sat Dec 14 01:43:10 2013	(r36545)
@@ -3921,6 +3921,11 @@ test "$_os2threads" = yes && def_threads
 echores "$_os2threads"
 fi #if os2
 
+if test "$_os2threads" = yes || test "$_w32threads" = yes || test "$_pthreads" = yes ; then
+    _threads=yes
+else
+    _threads=no
+fi
 
 echocheck "windows.h"
 windows_h=no
@@ -8618,6 +8623,7 @@ HAVE_OS2THREADS = $_os2threads
 HAVE_PTHREADS   = $_pthreads
 HAVE_SHM        = $_shm
 HAVE_W32THREADS = $_w32threads
+HAVE_THREADS    = $_threads
 HAVE_YASM       = $have_yasm
 
 CONFIG_LIBXVID = $_xvid_lavc


More information about the MPlayer-cvslog mailing list