Merge "configure: test for -msse4" into vp9-preview

This commit is contained in:
John Koleszar 2012-12-21 14:20:15 -08:00 committed by Gerrit Code Review
commit b14f65189d

View File

@ -1001,7 +1001,11 @@ EOF
soft_enable sse2
soft_enable sse3
soft_enable ssse3
soft_enable sse4_1
if enabled gcc && ! disabled sse4_1 && ! check_cflags -msse4; then
RTCD_OPTIONS="${RTCD_OPTIONS}--disable-sse4_1 "
else
soft_enable sse4_1
fi
case ${tgt_os} in
win*)