[FFmpeg-cvslog] r9358 - trunk/configure

mru subversion
Mon Jun 18 01:29:35 CEST 2007


Author: mru
Date: Mon Jun 18 01:29:35 2007
New Revision: 9358

Log:
fix thread support selection


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Jun 18 01:29:35 2007
@@ -1553,7 +1553,7 @@ fi
 
 for thread in $THREADS_LIST; do
     if enabled $thread; then
-        if ! disabled thread_type ; then
+        if test -n "$thread_type"; then
             die "ERROR: Only one thread type must be selected."
         else
             thread_type="$thread"




More information about the ffmpeg-cvslog mailing list