summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-gb
blob: 586259e4ff9e00585995ed71622a9f59f81d45a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-gb,v 1.10 2011/08/15 07:35:18 wiz Exp $

With videoproto-2.3.1 and newer XvMClib.h is nolonger included by
vldXvMC.h.

--- src/video_out/xxmc.h.orig	2010-03-09 22:17:05.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>