Re: r37945 - trunk/configure
Roberto Togni <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.cvs,gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
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. But since it's needed to fix compilation I commmitted it anyway. Also asm dep generation is probably broken, but I didn't checked it too carefully. Ciao, Roberto _______________________________________________ MPlayer-cvslog mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cvslog