[vlc-commits] Move pkglib_LTLIBRARIES out of vdpau Makefile
Rémi Denis-Courmont
git at videolan.org
Tue Dec 8 17:58:00 CET 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Dec 7 22:04:20 2015 +0200| [c73afd03bf97369e2cd12f7c1409e51cfb5e3074] | committer: Rémi Denis-Courmont
Move pkglib_LTLIBRARIES out of vdpau Makefile
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c73afd03bf97369e2cd12f7c1409e51cfb5e3074
---
modules/Makefile.am | 1 +
modules/hw/vdpau/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/Makefile.am b/modules/Makefile.am
index a9df774..2022568 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -1,4 +1,5 @@
noinst_LTLIBRARIES =
+pkglib_LTLIBRARIES =
noinst_HEADERS =
check_PROGRAMS =
EXTRA_DIST =
diff --git a/modules/hw/vdpau/Makefile.am b/modules/hw/vdpau/Makefile.am
index 05d9355..0c527cf 100644
--- a/modules/hw/vdpau/Makefile.am
+++ b/modules/hw/vdpau/Makefile.am
@@ -38,7 +38,7 @@ libvdpau_display_plugin_la_LIBADD = libvlc_vdpau.la libvlc_xcb_events.la \
$(AM_LIBADD) $(X_LIBS) $(X_PRE_LIBS) -lX11 $(XCB_LIBS)
if HAVE_VDPAU
-pkglib_LTLIBRARIES = libvlc_vdpau.la
+pkglib_LTLIBRARIES += libvlc_vdpau.la
vdpau_LTLIBRARIES = libvdpau_deinterlace_plugin.la libvdpau_adjust_plugin.la \
libvdpau_sharpen_plugin.la libvdpau_chroma_plugin.la
if HAVE_XCB
More information about the vlc-commits
mailing list