On 17/12/11 18:55, Mans Rullgard 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)
Simple and to the point, please commit it =).
lu
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel