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-01-19 02:12:55 +0300
committerMåns Rullgård <mans@mansr.com>2010-01-19 02:12:55 +0300
commitc8a4ae00dd95350d583164116153e2c5b9e4276d (patch)
tree9354e4ffa8b2912ebcc0558d8a23a5c96008a8d3 /configure
parent3784e82e9cce5d5440602e573f2dbd440388d758 (diff)
configure: add --disable-asm option
Originally committed as revision 21303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 8d53fb3f4e..a81ad57128 100755
--- a/configure
+++ b/configure
@@ -208,6 +208,7 @@ Advanced options (experts only):
instruction selection, may crash on older CPUs)
--enable-powerpc-perf enable performance report on PPC
(requires enabling PMC)
+ --disable-asm disable all assembler optimizations
--disable-altivec disable AltiVec optimizations
--disable-amd3dnow disable 3DNow! optimizations
--disable-amd3dnowext disable 3DNow! extended optimizations
@@ -1046,6 +1047,7 @@ CMDLINE_SELECT="
$ARCH_EXT_LIST
$CONFIG_LIST
$THREADS_LIST
+ asm
cross_compile
debug
extra_warnings
@@ -1368,6 +1370,7 @@ target_os=$(tolower $(uname -s))
host_os=$target_os
# configurable options
+enable asm
enable debug
enable doc
enable fastdiv
@@ -2663,6 +2666,8 @@ check_deps $CONFIG_LIST \
$OUTDEV_LIST \
$PROTOCOL_LIST \
+enabled asm || disable $ARCH_LIST $ARCH_EXT_LIST
+
echo "install prefix $prefix"
echo "source path $source_path"
echo "C compiler $cc"