diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-08 20:26:18 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-08 20:26:18 +0000 |
commit | e90f5b5ab1fdb2a9cef3fb9a13bab8e38f361a88 (patch) | |
tree | b94e927631699d0889e8fb8d9fc2bd6137cc4dd7 /configure | |
parent | 10a7d216722a2c402756725db35dfa4c27609a6b (diff) | |
download | ffmpeg-e90f5b5ab1fdb2a9cef3fb9a13bab8e38f361a88.tar.gz |
configure: Add --enable-runtime-cpudetect
Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}" |