summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-11-01 20:14:56 +0000
committerMåns Rullgård <mans@mansr.com>2009-11-01 20:14:56 +0000
commit58b3536dd540bbf6003716df649f4226ca51f553 (patch)
tree0ab62ceed9b659000c1564e67231b7b1e7ddc12e /configure
parent4c1645a4589d79501abbbba6a94247d4e6c724ad (diff)
configure: fix 64-bit test with clang
Originally committed as revision 20431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d534360d2f..b876e66bb4 100755
--- a/configure
+++ b/configure
@@ -1862,7 +1862,7 @@ case "$arch" in
subarch="x86_32"
enable fast_unaligned
check_cc <<EOF && enable fast_64bit && subarch="x86_64" && spic=$shared
- int test[sizeof(char*) - 7];
+ int test[(int)sizeof(char*) - 7];
EOF
if test "$subarch" = "x86_64"; then
enable cmov