summaryrefslogtreecommitdiff
path: root/libavcodec/xvmc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-14 17:52:30 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-14 17:52:30 +0000
commitc97dffbc94b8c30960318dd0aa2bab4749dfb1af (patch)
treea6a0772d581590b1aa32e51b3573866bba02decc /libavcodec/xvmc.h
parent6b6ea1dfdfca738d4da9815e35c643d7f0b2f0bf (diff)
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
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r--libavcodec/xvmc.h7
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"