From c97dffbc94b8c30960318dd0aa2bab4749dfb1af Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Feb 2009 17:52:30 +0000 Subject: [PATCH] Replace useless X11 #includes by the one that actually provides the required declarations of XvMCMacroBlock and XvMCSurface. Originally committed as revision 17250 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 347d2142e..769816adf 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -21,12 +21,7 @@ #ifndef AVCODEC_XVMC_H #define AVCODEC_XVMC_H -#include -#include -#include -#include -#include -#include +#include #include "avcodec.h" -- 2.11.0