projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6ea1d
)
Replace useless X11 #includes by the one that actually provides the required
author
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Feb 2009 17:52:30 +0000
(17:52 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Feb 2009 17:52:30 +0000
(17:52 +0000)
declarations of XvMCMacroBlock and XvMCSurface.
Originally committed as revision 17250 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/xvmc.h
patch
|
blob
|
history
diff --git
a/libavcodec/xvmc.h
b/libavcodec/xvmc.h
index 347d2142e8eb70bf0331a3f22868c8de640fd6ce..769816adf38c05cf1610e54c6e287c5cf1a8ebff 100644
(file)
--- 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"