openbsd-ports/multimedia/xine-lib/patches/patch-src_video_out_xxmc_h
dcoppa 6b929c59fb - Get rid of the use of libtool's -tag=disable-static.
- Merge in a whole bunch of various fixes from upstream and add
  comments for the existing fixes which didn't have a comment in
  the patch.

From Brad; OK sthen@
2011-05-11 09:05:54 +00:00

20 lines
566 B
Plaintext

$OpenBSD: patch-src_video_out_xxmc_h,v 1.1 2011/05/11 09:05:54 dcoppa Exp $
Fix building with recent videoproto.
--- src/video_out/xxmc.h.orig Mon May 9 20:29:04 2011
+++ src/video_out/xxmc.h Mon May 9 20:30:13 2011
@@ -77,11 +77,9 @@
#include <X11/extensions/XShm.h>
#include <X11/extensions/Xv.h>
#include <X11/extensions/Xvlib.h>
+#include <X11/extensions/XvMClib.h>
#ifdef HAVE_VLDXVMC
#include <X11/extensions/vldXvMC.h>
-#else
- #include <X11/extensions/XvMClib.h>
- #include <X11/extensions/XvMC.h>
#endif
#define LOG_MODULE "video_out_xxmc"