Commit 14008b6d authored by mru's avatar mru

configure: fix 64-bit test with clang

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20431 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1b41fe81
...@@ -1862,7 +1862,7 @@ case "$arch" in ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment