lc-2.2.0-fix-xcb.patch 733 B

1234567891011121314151617
  1. https://github.com/videolan/vlc/commit/c354efa3a2843d479c8fa9e929ff1064e5526bfa
  2. --- modules/hw/vdpau/Makefile.am.orig 2015-04-16 22:29:26.299342749 -0700
  3. +++ modules/hw/vdpau/Makefile.am 2015-04-16 22:31:40.886340950 -0700
  4. @@ -45,6 +45,7 @@
  5. libvdpau_chroma_plugin_la_LIBADD = libvlc_vdpau.la
  6. vdpau_LTLIBRARIES += libvdpau_chroma_plugin.la
  7. +if HAVE_XCB
  8. libvdpau_display_plugin_la_SOURCES = display.c
  9. libvdpau_display_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/../../video_output/xcb
  10. libvdpau_display_plugin_la_CFLAGS = $(AM_CFLAGS) $(XCB_CFLAGS)
  11. @@ -52,3 +53,4 @@
  12. ../../video_output/libvlc_xcb_events.la \
  13. $(AM_LIBADD) $(X_LIBS) $(X_PRE_LIBS) -lX11 $(XCB_LIBS)
  14. vdpau_LTLIBRARIES += libvdpau_display_plugin.la
  15. +endif