Mercurial > libavcodec.hg
changeset 8851:a8fdc730936d libavcodec
Replace useless X11 #includes by the one that actually provides the required
declarations of XvMCMacroBlock and XvMCSurface.
author | diego |
---|---|
date | Sat, 14 Feb 2009 17:52:30 +0000 |
parents | 73b84757dc05 |
children | ff1b704b1f8f |
files | xvmc.h |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <X11/Xlib.h> -#include <X11/Xutil.h> -#include <X11/Xatom.h> -#include <X11/extensions/Xv.h> -#include <X11/extensions/Xvlib.h> -#include <X11/extensions/XvMClib.h> +#include <X11/extensions/XvMC.h> #include "avcodec.h"