[FFmpeg-cvslog] configure: Include AVX availability in summary output.

Diego Biurrun git at videolan.org
Mon May 16 05:08:17 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun May 15 11:46:18 2011 +0200| [c73b779d3576754f883ad5d5968cfae131752f40] | committer: Diego Biurrun

configure: Include AVX availability in summary output.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c73b779d3576754f883ad5d5968cfae131752f40
---

 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 970ec56..d6a5d69 100755
--- a/configure
+++ b/configure
@@ -3100,6 +3100,7 @@ if enabled x86; then
     echo "3DNow! extended enabled   ${amd3dnowext-no}"
     echo "SSE enabled               ${sse-no}"
     echo "SSSE3 enabled             ${ssse3-no}"
+    echo "AVX enabled               ${avx-no}"
     echo "CMOV enabled              ${cmov-no}"
     echo "CMOV is fast              ${fast_cmov-no}"
     echo "EBX available             ${ebx_available-no}"



More information about the ffmpeg-cvslog mailing list