Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-04-27 00:30:02 +0400
committerMåns Rullgård <mans@mansr.com>2010-04-27 00:30:02 +0400
commit3bfd582c963fa02eb50b541f11f3a5a6c43af8c3 (patch)
tree83b9d86c42b13b9ca57aa4096fdfacf7fee251f2 /configure
parentc57a8fefd92422c129bc63a65f44b6c1d8c267b6 (diff)
Set ARCH=c with --disable-asm, fix build
Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 597294c5bc..00e1bbb551 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"