configure: fix 64-bit test with clang
Originally committed as revision 20431 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4c1645a458
commit
58b3536dd5
2
configure
vendored
2
configure
vendored
@ -1862,7 +1862,7 @@ case "$arch" in
|
|||||||
subarch="x86_32"
|
subarch="x86_32"
|
||||||
enable fast_unaligned
|
enable fast_unaligned
|
||||||
check_cc <<EOF && enable fast_64bit && subarch="x86_64" && spic=$shared
|
check_cc <<EOF && enable fast_64bit && subarch="x86_64" && spic=$shared
|
||||||
int test[sizeof(char*) - 7];
|
int test[(int)sizeof(char*) - 7];
|
||||||
EOF
|
EOF
|
||||||
if test "$subarch" = "x86_64"; then
|
if test "$subarch" = "x86_64"; then
|
||||||
enable cmov
|
enable cmov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user