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

tcc: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 08 17:23:59 2011 +0100 (2011-03-08)
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