aboutsummaryrefslogtreecommitdiffstats
path: root/library.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-28 21:27:05 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-28 21:27:17 +0100
commit71b95f2ab603ea607bc1b930fcfc3974b40ba484 (patch)
treec2b6b7528659ccd91cee33fc4328cf50048b328b /library.mak
parent58010e57b2b9d08db22275a19fb6c3ca7a7d0da7 (diff)
parent0673ede985a6560e7efb86dab1c58fb7f95ce587 (diff)
downloadandroid_external_ffmpeg-71b95f2ab603ea607bc1b930fcfc3974b40ba484.tar.gz
android_external_ffmpeg-71b95f2ab603ea607bc1b930fcfc3974b40ba484.tar.bz2
android_external_ffmpeg-71b95f2ab603ea607bc1b930fcfc3974b40ba484.zip
Merge commit '0673ede985a6560e7efb86dab1c58fb7f95ce587'
* commit '0673ede985a6560e7efb86dab1c58fb7f95ce587': configure: add strip flags checks Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'library.mak')
-rw-r--r--library.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.mak b/library.mak
index e48aba19b9..e9128b809d 100644
--- a/library.mak
+++ b/library.mak
@@ -25,7 +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 $@ $<
- -$(STRIP) -wN '..@*' $@
+ -$(STRIP) $(STRIPFLAGS) $@
LIBOBJS := $(OBJS) $(SUBDIR)%.h.o $(TESTOBJS)
$(LIBOBJS) $(LIBOBJS:.o=.s) $(LIBOBJS:.o=.i): CPPFLAGS += -DHAVE_AV_CONFIG_H