summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-04-08 20:26:18 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-04-08 20:26:18 +0000
commite90f5b5ab1fdb2a9cef3fb9a13bab8e38f361a88 (patch)
treeb94e927631699d0889e8fb8d9fc2bd6137cc4dd7 /configure
parent10a7d216722a2c402756725db35dfa4c27609a6b (diff)
configure: Add --enable-runtime-cpudetect
Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index a9cc2fd1e0..eae40c6367 100755
--- a/configure
+++ b/configure
@@ -100,6 +100,7 @@ show_help(){
echo " --disable-golomb disable Golomb code"
echo " --disable-mdct disable MDCT code"
echo " --disable-rdft disable RDFT code"
+ echo " --enable-runtime-cpudetect detect cpu capabilities at runtime (bigger binary)"
echo " --enable-hardcoded-tables use hardcoded tables instead of runtime generation"
echo " --enable-memalign-hack emulate memalign, interferes with memory debuggers"
echo " --enable-beos-netserver enable BeOS netserver"
@@ -806,6 +807,7 @@ CONFIG_LIST="
postproc
powerpc_perf
rdft
+ runtime_cpudetect
shared
small
static
@@ -2282,6 +2284,7 @@ if test "$extra_version" != ""; then
echo "version string suffix $extra_version"
fi
echo "big-endian ${bigendian-no}"
+echo "runtime cpu detection ${runtime_cpudetect-no}"
if enabled x86; then
echo "yasm ${yasm-no}"
echo "MMX enabled ${mmx-no}"