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 <[email protected]> --- library.mak | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/library.mak b/library.mak index e269b50..f50e8e5 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) -- 1.7.8 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
