diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-08 10:45:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-08 10:45:37 +0200 |
commit | 3d5a995eac2a47ac116c3412b364c0d21717829b (patch) | |
tree | 868ccd797d79473c7e382765a1ebc58ff367c969 /library.mak | |
parent | c1488fab3dd402d6d26b2b9124ab448715a8f01f (diff) | |
parent | e52567c2954f627d420b30f75f71af2f2e4afe80 (diff) | |
download | ffmpeg-3d5a995eac2a47ac116c3412b364c0d21717829b.tar.gz |
Merge commit 'e52567c2954f627d420b30f75f71af2f2e4afe80'
* commit 'e52567c2954f627d420b30f75f71af2f2e4afe80':
build: Strip spurious labels
Conflicts:
configure
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'library.mak')
-rw-r--r-- | library.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library.mak b/library.mak index 78c437edfa..6d9b989c9c 100644 --- a/library.mak +++ b/library.mak @@ -25,6 +25,7 @@ $(SUBDIR)%-test.i: $(SUBDIR)%.c $(SUBDIR)x86/%.o: $(SUBDIR)x86/%.asm $(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d) $(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $< + -@ $(if $(STRIP), $(STRIP) -wN '..@*' $@) LIBOBJS := $(OBJS) $(SUBDIR)%.h.o $(TESTOBJS) $(LIBOBJS) $(LIBOBJS:.o=.s) $(LIBOBJS:.o=.i): CPPFLAGS += -DHAVE_AV_CONFIG_H |