[MPlayer-cvslog] r35182 - trunk/configure
reimar
subversion at mplayerhq.hu
Thu Sep 13 21:41:02 CEST 2012
Author: reimar
Date: Thu Sep 13 21:41:02 2012
New Revision: 35182
Log:
Add a hint how you can compile a 64 bit binary on OSX.
I have no idea really why clang works and gcc does not though.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Sep 13 21:22:31 2012 (r35181)
+++ trunk/configure Thu Sep 13 21:41:02 2012 (r35182)
@@ -2752,7 +2752,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 to compile for 64-bit"
+inline_asm_check '"mov (%eax), %eax"' || die "Your binutils version is too old to compile for 64-bit (on OSX try --cc=clang)"
fi
if x86 ; then
More information about the MPlayer-cvslog
mailing list