Mercurial > mplayer.hg
changeset 18504:eca613999d6c
Don't just check for the existence of xmmintrin.h, also verify it will compile.
patch by Zuxy Meng zuxy[[.]]meng[[@]]gmail[[.]]com
author | diego |
---|---|
date | Sun, 14 May 2006 13:39:52 +0000 |
parents | abf8944d7db1 |
children | 01b9f29c2fb5 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun May 14 12:27:11 2006 +0000 +++ b/configure Sun May 14 13:39:52 2006 +0000 @@ -1486,7 +1486,7 @@ echocheck "xmmintrin.h" cat > $TMPC << EOF #include <xmmintrin.h> -int main() { _mm_sfence ; return 0; } +int main() { _mm_sfence(); return 0; } EOF _builtin_vector=no cc_check -msse && _builtin_vector=yes