Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 541928 | Differences between
and this patch

Collapse All | Expand All

(-)a/modules/hw/vdpau/Makefile.am (-1 / +4 lines)
Lines 40-46 libvdpau_display_plugin_la_LIBADD = libvlc_vdpau.la libvlc_xcb_events.la \ Link Here
40
if HAVE_VDPAU
40
if HAVE_VDPAU
41
pkglib_LTLIBRARIES = libvlc_vdpau.la
41
pkglib_LTLIBRARIES = libvlc_vdpau.la
42
vdpau_LTLIBRARIES = libvdpau_deinterlace_plugin.la libvdpau_adjust_plugin.la \
42
vdpau_LTLIBRARIES = libvdpau_deinterlace_plugin.la libvdpau_adjust_plugin.la \
43
	libvdpau_sharpen_plugin.la libvdpau_chroma_plugin.la libvdpau_display_plugin.la
43
	libvdpau_sharpen_plugin.la libvdpau_chroma_plugin.la
44
if HAVE_XCB
45
vdpau_LTLIBRARIES += libvdpau_display_plugin.la
46
endif
44
if HAVE_AVCODEC_VDPAU
47
if HAVE_AVCODEC_VDPAU
45
vdpau_LTLIBRARIES += libvdpau_avcodec_plugin.la
48
vdpau_LTLIBRARIES += libvdpau_avcodec_plugin.la
46
endif
49
endif

Return to bug 541928