Hi,
This patch fix libva-tpi.so build deps (for parallel builds).
BTW, what does "TPI" mean? Beyond holding the interop API with
Video4Linux, I don't quite get what the acronym stands for.
Thanks,
Gwenole.
commit ce2aff1d9b728ce646879cbe2b14ebafb4ec31e8
Author: Gwenole Beauchesne <[email protected]>
Date: Tue Jun 1 12:26:40 2010 +0200
Fix TPI lib dependencies.
diff --git a/va/Makefile.am b/va/Makefile.am
index ad77723..2d9cffa 100644
--- a/va/Makefile.am
+++ b/va/Makefile.am
@@ -37,6 +37,7 @@ libva_la_LIBADD = $(LIBVA_LIBS) -ldl
libva_tpi_ladir = $(libdir)
libva_tpi_la_LDFLAGS = $(LDADD) -no-undefined
libva_tpi_la_LIBADD = $(libvacorelib) -ldl
+libva_tpi_la_DEPENDENCIES = libva.la
if BUILD_DUMMY_BACKEND
libva_dummy_backend = libva-dummy.la
_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva