[vlc-devel] [PATCH] [RFC] Fix libvlc_vdpau.so install

Jean-Baptiste Kempf jb at videolan.org
Thu Jul 21 17:57:21 CEST 2016


This fixes libvlc_vdpau.so on make install, for me.
It now installs it next to libvlccore.so (lib/) instead of lib/vlc/
which made the vdpau module to not load
---
 modules/hw/vdpau/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hw/vdpau/Makefile.am b/modules/hw/vdpau/Makefile.am
index 0c527cf..b01a200 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
+lib_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
-- 
2.8.1.369.geae769a



More information about the vlc-devel mailing list