On Saturday, December 17, 2011, Måns Rullgård <[email protected]> wrote: > Sean McGovern <[email protected]> writes: > >> On Saturday, December 17, 2011, Mans Rullgard <[email protected]> wrote: >>> 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 >> >> \o/ >> >> Does this still work if I --enable-shared --disable-static ? > > Yes, it will create the static libs as needed, but they won't be installed. > > -- > Måns Rullgård > [email protected] >
LGTM then. Mind closing Bugzilla #139 when it gets committed? -- Sean McG.
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
