From fda903e4528494036348992ab1877cbf5e7bb1ad Mon Sep 17 00:00:00 2001 From: gpoirier Date: Wed, 3 Dec 2008 09:06:23 +0000 Subject: Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as libavcodec/i386/x86inc.asm checks that __OUTPUT_FORMAT__ is 'macho' in 32-bits mode, not 'macho32'. This is a workaround until FFmpeg code is fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28068 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e9b276b4fe..9b1aaf116f 100755 --- a/configure +++ b/configure @@ -2425,7 +2425,7 @@ echores $_asmalign_pot echocheck "yasm" if test -z "$YASMFLAGS" ; then if darwin ; then - x86_64 && objformat="macho64" || objformat="macho32" + x86_64 && objformat="macho64" || objformat="macho" elif win32 ; then objformat="win32" else -- cgit v1.2.3