ffmpeg | branch: master | Luca Barbato <lu_z...@gentoo.org> | Mon Jul  6 
20:00:27 2015 +0200| [c8b8271379b200c5c6fa89ca995f90f97f55c2c5] | committer: 
Luca Barbato

xcbgrab: Explicitly include xcb/shape.h

Found-By: Cheristheus

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8b8271379b200c5c6fa89ca995f90f97f55c2c5
---

 libavdevice/xcbgrab.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
index 96cad8f..b539388 100644
--- a/libavdevice/xcbgrab.c
+++ b/libavdevice/xcbgrab.c
@@ -23,6 +23,7 @@
 
 #include <stdlib.h>
 #include <xcb/xcb.h>
+#include <xcb/shape.h>
 
 #if CONFIG_LIBXCB_XFIXES
 #include <xcb/xfixes.h>

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to