diff --git a/modules/Makefile.am b/modules/Makefile.am index a9df77450e..20225681fc 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 05d93558ef..0c527cf156 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