summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-08-14 10:14:25 +0000
committersbd <sbd@pkgsrc.org>2011-08-14 10:14:25 +0000
commit345cff78ac7d3e107497133a295e9ab8f1e6853e (patch)
tree81560a2f2cd0d455562e49ed97a5851940aa8fff /multimedia/xine-lib/patches
parentd3bb296d74e269d8906c6331474233cd22b757a8 (diff)
downloadpkgsrc-345cff78ac7d3e107497133a295e9ab8f1e6853e.tar.gz
Build fix for building with videoproto-2.3.1 and newer.
Diffstat (limited to 'multimedia/xine-lib/patches')
-rw-r--r--multimedia/xine-lib/patches/patch-src_video_out_xxmc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/xine-lib/patches/patch-src_video_out_xxmc.h b/multimedia/xine-lib/patches/patch-src_video_out_xxmc.h
new file mode 100644
index 00000000000..0c9c3f63c0b
--- /dev/null
+++ b/multimedia/xine-lib/patches/patch-src_video_out_xxmc.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_video_out_xxmc.h,v 1.1 2011/08/14 10:14:25 sbd Exp $
+
+With videoproto-2.3.1 and newer XvMClib.h is nolonger included by
+vldXvMC.h.
+
+--- src/video_out/xxmc.h.orig 2011-01-18 00:24:24.000000000 +0000
++++ src/video_out/xxmc.h
+@@ -79,6 +79,7 @@
+ #include <X11/extensions/Xvlib.h>
+ #ifdef HAVE_VLDXVMC
+ #include <X11/extensions/vldXvMC.h>
++ #include <X11/extensions/XvMClib.h>
+ #else
+ #include <X11/extensions/XvMClib.h>
+ #include <X11/extensions/XvMC.h>