[FFmpeg-cvslog] tests/checkasm/x86/Makefile: Use ASMSTRIPFLAGS for asm

Michael Niedermayer git at videolan.org
Mon Jul 13 03:35:58 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Jul 13 03:15:44 2015 +0200| [7c944b0a36701359489906483672fe9f7111ff0c] | committer: Michael Niedermayer

tests/checkasm/x86/Makefile: Use ASMSTRIPFLAGS for asm

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c944b0a36701359489906483672fe9f7111ff0c
---

 tests/checkasm/x86/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/checkasm/x86/Makefile b/tests/checkasm/x86/Makefile
index 0254c61..befe088 100644
--- a/tests/checkasm/x86/Makefile
+++ b/tests/checkasm/x86/Makefile
@@ -3,4 +3,4 @@ CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o
 tests/checkasm/x86/%.o: tests/checkasm/x86/%.asm
 	$(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
 	$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
-	-$(STRIP) $(STRIPFLAGS) $@
+	-$(STRIP) $(ASMSTRIPFLAGS) $@



More information about the ffmpeg-cvslog mailing list