[Ffmpeg-devel] [PATCH] Fixes for Darwin/x86

Diego Biurrun diego
Mon Mar 6 11:16:34 CET 2006


On Mon, Mar 06, 2006 at 10:14:14AM +0100, Dan Villiom Podlaski Christiansen wrote:
> 
> On 22/02/2006, at 12.43, Dan Villiom Podlaski Christiansen wrote:
> 
> >On 17/02/2006, at 15.28, Michael Niedermayer wrote:
> >
> >>rejected .p2align & .balign are gas directives and gas supports a  
> >>very large number of platforms, not only x86
> >>
> >>add a ASMALIGN or ASMALIGNXY macro which produces the correct GAS
> >>directive in a string which can be put in a asm() block to make GAS
> >>align the code
> >>
> >>this must not be under ANY #if* FOOBAR_PLATFORM
> >
> >Very well. Attached.
> >
> >Tested by building a an Intel binary using a tuned config.mak and  
> >config.h.

It seems a spurious linebreak slipped in here:

  +if test "$_memalign" = "no" -a "$mmx" = "yes" -a "$memalignhack" != "yes" -a "$
  +targetos" != "Darwin"; then

Diego





More information about the ffmpeg-devel mailing list