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

Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Måns Rullgård 15 years ago
parent c57a8fefd9
commit 3bfd582c96
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save