[MPlayer-cvslog] r34268 - trunk/configure

reimar subversion at mplayerhq.hu
Wed Oct 26 20:26:51 CEST 2011


Author: reimar
Date: Wed Oct 26 20:26:51 2011
New Revision: 34268

Log:
Clarify that too old binutils is only an issue with x86_64 compilation.

On OSX people sometimes seem to be unaware what they are actually compiling for...

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Oct 26 19:02:09 2011	(r34267)
+++ trunk/configure	Wed Oct 26 20:26:51 2011	(r34268)
@@ -2684,7 +2684,7 @@ def_ebx_available='#define HAVE_EBX_AVAI
 def_xmm_clobbers='#define HAVE_XMM_CLOBBERS 0'
 
 if x86_64 ; then
-inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old and not supported"
+inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old to compile for 64-bit"
 fi
 
 if x86 ; then


More information about the MPlayer-cvslog mailing list