diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-17 01:51:28 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-17 01:51:28 +0100 |
commit | 4fc22e85c0117fc6f1596ff4bfd89ac00c17cfea (patch) | |
tree | 642511c91fb75f7d70bc0ff3b816396a92a9be6d | |
parent | ea3b68c99d24834cc8b20f15635ee9c0c27523d3 (diff) | |
download | ffmpeg-4fc22e85c0117fc6f1596ff4bfd89ac00c17cfea.tar.gz |
Revert "x86: Require an assembler able to cope with AVX instructions"
This reverts commit e287201c77dc7a7a9759d56d8f48ae719b7e69a9.
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |