cd98434459
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2897 6952d904-891a-0410-993b-d76249ca496b
20 lines
485 B
Diff
20 lines
485 B
Diff
Quoting ChangeLog of X11's videoproto package:
|
|
vldXvMC.h: stop uselessly including XvMClib.h
|
|
|
|
http://bugs.gentoo.org/332389
|
|
|
|
--- src/video_out/xxmc.h
|
|
+++ src/video_out/xxmc.h
|
|
@@ -77,10 +77,10 @@
|
|
#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
|
|
|