[x264-devel] commit: fix asm symbols for oprofile (regression in r1221) (Loren Merritt )

git version control git at videolan.org
Sat Aug 29 16:11:32 CEST 2009


x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Sat Aug 29 10:31:08 2009 +0000| [35627b63c31bcd143413c10dce1ead8015448f7b] | committer: Loren Merritt 

fix asm symbols for oprofile (regression in r1221)

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=35627b63c31bcd143413c10dce1ead8015448f7b
---

 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 2e5e2bd..2243775 100644
--- a/Makefile
+++ b/Makefile
@@ -99,13 +99,11 @@ checkasm: tools/checkasm.o libx264.a
 
 %.o: %.asm
 	$(AS) $(ASFLAGS) -o $@ $<
+	-@ $(STRIP) -x $@ # delete local/anonymous symbols, so they don't show up in oprofile
 
 %.o: %.S
 	$(AS) $(ASFLAGS) -o $@ $<
 
-# delete local/anonymous symbols, so they don't show up in oprofile
-	-@ $(STRIP) -x $@
-
 .depend: config.mak
 	rm -f .depend
 	$(foreach SRC, $(SRCS) $(SRCCLI), $(CC) $(CFLAGS) $(ALTIVECFLAGS) $(SRC) -MT $(SRC:%.c=%.o) -MM -g0 1>> .depend;)



More information about the x264-devel mailing list