aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-17 01:29:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-17 01:29:26 +0100
commitea3b68c99d24834cc8b20f15635ee9c0c27523d3 (patch)
tree13541c92647f74516c32038aaf79f872a94fef29 /configure
parentfe0e64ca6431c2f606bc702c1a4e230f22531a4f (diff)
parentdcf8f259d107838ff3778343dcb762398130a1a3 (diff)
downloadffmpeg-ea3b68c99d24834cc8b20f15635ee9c0c27523d3.tar.gz
Merge commit 'dcf8f259d107838ff3778343dcb762398130a1a3' into release/0.10
* commit 'dcf8f259d107838ff3778343dcb762398130a1a3': build: Add 'check' target to run all compile and test targets. Ignore generated aviocat tool. avconv: only apply presets when we have an encoder. flacenc: ensure the order is within the min/max range in LPC order search yuv4mpeg: reject unsupported codecs vp8: reset loopfilter delta values at keyframes. vp56: release frames on error vp56: make parse_header return standard error codes ivi_common: check that scan pattern is set before using it. Prepare for 0.8.5 Release x86: Require an assembler able to cope with AVX instructions Conflicts: RELEASE avconv.c doc/developer.texi libavformat/yuv4mpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index e307fd3a7a..e5337a112f 100755
--- a/configure
+++ b/configure
@@ -2962,9 +2962,8 @@ EOF
elf*) enabled debug && append YASMFLAGS $yasm_debug ;;
esac
- check_yasm "pextrd [eax], xmm0, 1" && enable yasm ||
+ check_yasm "vextractf128 xmm0, ymm0, 0" && 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