[Libva] [PATCH 7/9] Do not overlink i965_drv_video

Emil Velikov emil.l.velikov at gmail.com
Thu Sep 18 09:45:45 PDT 2014


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 <emil.l.velikov at gmail.com>
---
 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



More information about the Libva mailing list