Re: [MPlayer-cvslog] r37945 - trunk/configure
Reimar Döffinger <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 30, 2017 at 10:34:01PM +0200, Roberto Togni wrote: > On Fri, 30 Jun 2017 23:29:33 +0300 (EEST) > rtogni <[email protected]> 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... _______________________________________________ MPlayer-dev-eng mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng