[MPlayer-dev-eng] [MPlayer-cvslog] r37945 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Jul 3 22:08:15 EEST 2017


On Fri, Jun 30, 2017 at 10:34:01PM +0200, Roberto Togni wrote:
> On Fri, 30 Jun 2017 23:29:33 +0300 (EEST)
> rtogni <subversion at mplayerhq.hu> wrote:
> 
> > Author: rtogni
> > Date: Fri Jun 30 23:29:33 2017
> > New Revision: 37945
> > 
> > Log:
> > Fix compilation after FFmpeg 0cc0c5b6dbf187f9c096de03d999da040197ffe6
> > 
> > This puts .o files from .asm sources back to the arch subdir, not wrongly in
> >  ffmpeg root as it's now
> > 
> > Modified:
> >    trunk/configure
> > 
> > Modified: trunk/configure
> > ==============================================================================
> > --- trunk/configure	Sun Jun 25 20:02:14 2017	(r37944)
> > +++ trunk/configure	Fri Jun 30 23:29:33 2017	(r37945)
> > @@ -8659,7 +8659,7 @@ X86ASM     = $_yasm
> >  DEPYASM    = $_yasm
> >  DEPX86ASM  = $_yasm
> >  YASMFLAGS  = $YASMFLAGS
> > -X86ASMFLAGS = $YASMFLAGS
> > +X86ASMFLAGS = $YASMFLAGS -o\$@
> >  DEPX86ASMFLAGS=\$(X86ASMFLAGS)
> >  STRIP      = strip
> >  
> I'm not really sure why this is needed, it should be added because of
> X86ASM_O by ffmpeg build system.

I suspect it might be a yasm bug, since on my system with nasm
it worked fine without...


More information about the MPlayer-dev-eng mailing list