[vlc-commits] hw: vaapi: fix linking

Thomas Guillem git at videolan.org
Wed Jun 21 09:42:45 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jun 21 09:40:56 2017 +0200| [b3be6ce8cac6bed67ef7eea3f9475cccc4f17e8c] | committer: Thomas Guillem

hw: vaapi: fix linking

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3be6ce8cac6bed67ef7eea3f9475cccc4f17e8c
---

 modules/hw/vaapi/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/hw/vaapi/Makefile.am b/modules/hw/vaapi/Makefile.am
index 3f2e446f94..3ce01c1b7e 100644
--- a/modules/hw/vaapi/Makefile.am
+++ b/modules/hw/vaapi/Makefile.am
@@ -12,6 +12,6 @@ libvaapi_chroma_plugin_la_CFLAGS = $(AM_CFLAGS) $(LIBVA_CFLAGS)
 libvaapi_chroma_plugin_la_LIBADD = $(AM_LIBADD) $(LIBVA_LIBS) libvlc_vaapi_instance.la
 
 if HAVE_VAAPI
-vaapi_LTLIBRARIES = libvlc_vaapi_instance.la	\
-		    libvaapi_chroma_plugin.la
+pkglib_LTLIBRARIES += libvlc_vaapi_instance.la
+vaapi_LTLIBRARIES = libvaapi_chroma_plugin.la
 endif



More information about the vlc-commits mailing list