[FFmpeg-cvslog] r22967 - trunk/configure

mru subversion
Mon Apr 26 22:30:02 CEST 2010


Author: mru
Date: Mon Apr 26 22:30:02 2010
New Revision: 22967

Log:
Set ARCH=c with --disable-asm, fix build

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Apr 26 21:40:15 2010	(r22966)
+++ trunk/configure	Mon Apr 26 22:30:02 2010	(r22967)
@@ -2802,7 +2802,7 @@ check_deps $CONFIG_LIST       \
            $OUTDEV_LIST       \
            $PROTOCOL_LIST     \
 
-enabled asm || disable $ARCH_LIST $ARCH_EXT_LIST
+enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
 
 echo "install prefix            $prefix"
 echo "source path               $source_path"



More information about the ffmpeg-cvslog mailing list