# HG changeset patch # User diego # Date 1234633950 0 # Node ID a8fdc730936d362def98abac17f3800ebd01ec9a # Parent 73b84757dc05b0db54f8f38a8fc61d54c00a0a49 Replace useless X11 #includes by the one that actually provides the required declarations of XvMCMacroBlock and XvMCSurface. diff -r 73b84757dc05 -r a8fdc730936d xvmc.h --- a/xvmc.h Sat Feb 14 17:45:38 2009 +0000 +++ b/xvmc.h Sat Feb 14 17:52:30 2009 +0000 @@ -21,12 +21,7 @@ #ifndef AVCODEC_XVMC_H #define AVCODEC_XVMC_H -#include -#include -#include -#include -#include -#include +#include #include "avcodec.h"