wok-6.x annotate xine-lib/stuff/xine-lib-1.1.19-xvmc.patch @ rev 16080

ARM: xorg-server-light use same vers than main xorg
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 13:11:09 2014 +0100 (2014-03-15)
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