[vlc-commits] vdpau: video output requires XCB (fixes #14408)
    Rémi Denis-Courmont 
    git at videolan.org
       
    Thu Apr 16 19:59:26 CEST 2015
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 16 20:58:52 2015 +0300| [c354efa3a2843d479c8fa9e929ff1064e5526bfa] | committer: Rémi Denis-Courmont
vdpau: video output requires XCB (fixes #14408)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c354efa3a2843d479c8fa9e929ff1064e5526bfa
---
 modules/hw/vdpau/Makefile.am |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/modules/hw/vdpau/Makefile.am b/modules/hw/vdpau/Makefile.am
index 564d039..05d9355 100644
--- a/modules/hw/vdpau/Makefile.am
+++ b/modules/hw/vdpau/Makefile.am
@@ -40,7 +40,10 @@ libvdpau_display_plugin_la_LIBADD = libvlc_vdpau.la libvlc_xcb_events.la \
 if HAVE_VDPAU
 pkglib_LTLIBRARIES = libvlc_vdpau.la
 vdpau_LTLIBRARIES = libvdpau_deinterlace_plugin.la libvdpau_adjust_plugin.la \
-	libvdpau_sharpen_plugin.la libvdpau_chroma_plugin.la libvdpau_display_plugin.la
+	libvdpau_sharpen_plugin.la libvdpau_chroma_plugin.la
+if HAVE_XCB
+vdpau_LTLIBRARIES += libvdpau_display_plugin.la
+endif
 if HAVE_AVCODEC_VDPAU
 vdpau_LTLIBRARIES += libvdpau_avcodec_plugin.la
 endif
    
    
More information about the vlc-commits
mailing list