blob: b977b44c188fec33ac51a27244e886c3bb3a6f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-gb,v 1.9 2011/07/18 09:58:38 drochner Exp $
--- 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>
|