From: Mans Rullgard Date: Sat, 17 Dec 2011 15:05:24 +0000 (+0000) Subject: build: link test programs with static libraries X-Git-Tag: android-x86-4.4-r1~8529^2~4132 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0ea5b44275aa334528eb384a6548cc9f98c50a17;p=android-x86%2Fexternal-ffmpeg.git build: link test programs with static libraries Many of the test programs directly access internal symbols not exported from the shared libraries. This allows tests to run when configured with shared libraries. Signed-off-by: Mans Rullgard --- diff --git a/library.mak b/library.mak index e269b509ce..f50e8e59ee 100644 --- a/library.mak +++ b/library.mak @@ -92,6 +92,7 @@ endef $(eval $(RULES)) $(EXAMPLES) $(TESTPROGS) $(TOOLS): $(THIS_LIB) $(DEP_LIBS) +$(TESTPROGS): $(SUBDIR)$(LIBNAME) examples: $(EXAMPLES) testprogs: $(TESTPROGS)