diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-14 17:52:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-14 17:52:30 +0000 |
commit | c97dffbc94b8c30960318dd0aa2bab4749dfb1af (patch) | |
tree | a6a0772d581590b1aa32e51b3573866bba02decc | |
parent | 6b6ea1dfdfca738d4da9815e35c643d7f0b2f0bf (diff) | |
download | ffmpeg-c97dffbc94b8c30960318dd0aa2bab4749dfb1af.tar.gz |
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
-rw-r--r-- | libavcodec/xvmc.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 347d2142e8..769816adf3 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -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" |