Browse Source

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

Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 15 years ago
parent
commit
3bfd582c96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -2802,7 +2802,7 @@ check_deps $CONFIG_LIST \
$OUTDEV_LIST \ $OUTDEV_LIST \
$PROTOCOL_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 "install prefix $prefix"
echo "source path $source_path" echo "source path $source_path"


Loading…
Cancel
Save