aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-17 01:51:28 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-17 01:51:28 +0100
commit4fc22e85c0117fc6f1596ff4bfd89ac00c17cfea (patch)
tree642511c91fb75f7d70bc0ff3b816396a92a9be6d
parentea3b68c99d24834cc8b20f15635ee9c0c27523d3 (diff)
downloadffmpeg-4fc22e85c0117fc6f1596ff4bfd89ac00c17cfea.tar.gz
Revert "x86: Require an assembler able to cope with AVX instructions"
This reverts commit e287201c77dc7a7a9759d56d8f48ae719b7e69a9.
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index e5337a112f..e307fd3a7a 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