wok annotate xine-lib/stuff/xine-lib-1.1.19-xvmc.patch @ rev 9956

wbar: clean-up
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 15:24:34 2011 +0200 (2011-05-18)
parents
children
rev   line source
gokhlayeh@8031 1 Quoting ChangeLog of X11's videoproto package:
gokhlayeh@8031 2 vldXvMC.h: stop uselessly including XvMClib.h
gokhlayeh@8031 3
gokhlayeh@8031 4 --- src/video_out/xxmc.h
gokhlayeh@8031 5 +++ src/video_out/xxmc.h
gokhlayeh@8031 6 @@ -77,10 +77,10 @@
gokhlayeh@8031 7 #include <X11/extensions/XShm.h>
gokhlayeh@8031 8 #include <X11/extensions/Xv.h>
gokhlayeh@8031 9 #include <X11/extensions/Xvlib.h>
gokhlayeh@8031 10 +#include <X11/extensions/XvMClib.h>
gokhlayeh@8031 11 #ifdef HAVE_VLDXVMC
gokhlayeh@8031 12 #include <X11/extensions/vldXvMC.h>
gokhlayeh@8031 13 #else
gokhlayeh@8031 14 - #include <X11/extensions/XvMClib.h>
gokhlayeh@8031 15 #include <X11/extensions/XvMC.h>
gokhlayeh@8031 16 #endif
gokhlayeh@8031 17