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

Collapse All | Expand All

(-)modules/hw/vdpau/Makefile.am.orig (+2 lines)
Lines 45-50 Link Here
45
libvdpau_chroma_plugin_la_LIBADD = libvlc_vdpau.la
45
libvdpau_chroma_plugin_la_LIBADD = libvlc_vdpau.la
46
vdpau_LTLIBRARIES += libvdpau_chroma_plugin.la
46
vdpau_LTLIBRARIES += libvdpau_chroma_plugin.la
47
47
48
if HAVE_XCB
48
libvdpau_display_plugin_la_SOURCES = display.c
49
libvdpau_display_plugin_la_SOURCES = display.c
49
libvdpau_display_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/../../video_output/xcb
50
libvdpau_display_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/../../video_output/xcb
50
libvdpau_display_plugin_la_CFLAGS = $(AM_CFLAGS) $(XCB_CFLAGS)
51
libvdpau_display_plugin_la_CFLAGS = $(AM_CFLAGS) $(XCB_CFLAGS)
Lines 52-54 Link Here
52
	../../video_output/libvlc_xcb_events.la \
53
	../../video_output/libvlc_xcb_events.la \
53
	$(AM_LIBADD) $(X_LIBS) $(X_PRE_LIBS) -lX11 $(XCB_LIBS)
54
	$(AM_LIBADD) $(X_LIBS) $(X_PRE_LIBS) -lX11 $(XCB_LIBS)
54
vdpau_LTLIBRARIES += libvdpau_display_plugin.la
55
vdpau_LTLIBRARIES += libvdpau_display_plugin.la
56
endif

Return to bug 546880