[MPlayer-cvslog] r37945 - trunk/configure

rtogni subversion at mplayerhq.hu
Fri Jun 30 23:29:33 EEST 2017


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
 


More information about the MPlayer-cvslog mailing list