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:
94ed2a3
)
Directly #include required X11/XvMC header.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 19 Feb 2009 00:47:11 +0000
(
00:47
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 19 Feb 2009 00:47:11 +0000
(
00:47
+0000)
Originally committed as revision 17450 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo_xvmc.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegvideo_xvmc.c
b/libavcodec/mpegvideo_xvmc.c
index 1684abb8602420c1381ff3d14c4e9b4c3bd4765e..b6283b05672205f076e4042d407994b4f4f559e5 100644
(file)
--- a/
libavcodec/mpegvideo_xvmc.c
+++ b/
libavcodec/mpegvideo_xvmc.c
@@
-20,6
+20,7
@@
*/
#include <limits.h>
+#include <X11/extensions/XvMC.h>
#include "avcodec.h"
#include "dsputil.h"