[FFmpeg-cvslog] Revert "x86: Require an assembler able to cope with AVX instructions"

Carl Eugen Hoyos git at videolan.org
Thu Jan 17 01:57:56 CET 2013


ffmpeg | branch: release/0.10 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Jan 17 01:51:28 2013 +0100| [4fc22e85c0117fc6f1596ff4bfd89ac00c17cfea] | committer: Carl Eugen Hoyos

Revert "x86: Require an assembler able to cope with AVX instructions"

This reverts commit e287201c77dc7a7a9759d56d8f48ae719b7e69a9.

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

 configure |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index e5337a1..e307fd3 100755
--- a/configure
+++ b/configure
@@ -2962,8 +2962,9 @@ EOF
             elf*) enabled debug && append YASMFLAGS $yasm_debug ;;
         esac
 
-        check_yasm "vextractf128 xmm0, ymm0, 0" && enable yasm ||
+        check_yasm "pextrd [eax], xmm0, 1" && enable yasm ||
             die "yasm not found, use --disable-yasm for a crippled build"
+        check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx
     fi
 
     case "$cpu" in



More information about the ffmpeg-cvslog mailing list