[FFmpeg-cvslog] r20431 - trunk/configure

mru subversion
Sun Nov 1 21:14:56 CET 2009


Author: mru
Date: Sun Nov  1 21:14:56 2009
New Revision: 20431

Log:
configure: fix 64-bit test with clang

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Nov  1 17:48:05 2009	(r20430)
+++ trunk/configure	Sun Nov  1 21:14:56 2009	(r20431)
@@ -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



More information about the ffmpeg-cvslog mailing list