Commit c73afd03 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Move pkglib_LTLIBRARIES out of vdpau Makefile

parent 0cb9ddcd
noinst_LTLIBRARIES =
pkglib_LTLIBRARIES =
noinst_HEADERS =
check_PROGRAMS =
EXTRA_DIST =
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment