From 3bfd582c963fa02eb50b541f11f3a5a6c43af8c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Mon, 26 Apr 2010 20:30:02 +0000
Subject: [PATCH] Set ARCH=c with --disable-asm, fix build

Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 597294c5bca..00e1bbb5519 100755
--- a/configure
+++ b/configure
@@ -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"
-- 
GitLab