mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
c57a8fefd9
commit
3bfd582c96
|
@ -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…
Reference in New Issue