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

Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-04-26 20:30:02 +00:00
parent c57a8fefd9
commit 3bfd582c96
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"