[FFmpeg-cvslog] r21303 - trunk/configure
mru
subversion
Tue Jan 19 00:12:55 CET 2010
Author: mru
Date: Tue Jan 19 00:12:55 2010
New Revision: 21303
Log:
configure: add --disable-asm option
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jan 19 00:12:53 2010 (r21302)
+++ trunk/configure Tue Jan 19 00:12:55 2010 (r21303)
@@ -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"
More information about the ffmpeg-cvslog
mailing list