summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-07-13 17:16:44 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-07-13 17:16:44 +0200
commit289737c8be2898edc2455b2f15816cf5a0777dc4 (patch)
treeb3609bb39d03c78523b27416bcbf8269e018f323 /configure
parentaecb9d39bc66818dd96956b7248302bf0de6d54d (diff)
configure: Disable avresample if an old version of yasm is used.
The avresample maintainers decided not to support old versions of yasm. Supporting old yasm in FFmpeg was no big effort in the last months, so keep it for the time being.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7dfeec100f..1ec803285a 100755
--- a/configure
+++ b/configure
@@ -3934,7 +3934,7 @@ EOF
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_external
+ check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx_external avresample
check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
check_yasm "CPU amdnop" && enabled i686 && enable cpunop
fi