The va backend does not use any of the libva functions. As such there is no need to link against it.
Signed-off-by: Emil Velikov <[email protected]> --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b35d1ac..28d580a 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,7 +42,6 @@ driver_ldflags = \ driver_libs = \ -lpthread -lm -ldl \ $(DRM_LIBS) -ldrm_intel \ - $(LIBVA_DEPS_LIBS) \ $(NULL) source_c = \ -- 2.1.0 _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
