[FFmpeg-cvslog] r16557 - trunk/configure

diego subversion
Sun Jan 11 23:32:45 CET 2009


Author: diego
Date: Sun Jan 11 23:32:45 2009
New Revision: 16557

Log:
Use 'enabled' function to simplify x86_64 check in the mingw32 section.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jan 11 23:19:48 2009	(r16556)
+++ trunk/configure	Sun Jan 11 23:32:45 2009	(r16557)
@@ -1447,7 +1447,7 @@ case $target_os in
     mingw32*)
         target_os=mingw32
         LIBTARGET=i386
-        if test $arch = x86_64; then
+        if enabled x86_64; then
             disable need_memalign
             LIBTARGET=x64
         fi




More information about the ffmpeg-cvslog mailing list