ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Sun Oct  8 18:46:21 
2017 -0300| [65c3a32836f477f23763003112fa77ce321fabe5] | committer: James Almer

configure: disable libxcb dependent features if libxcb is not enabled

Signed-off-by: James Almer <jamr...@gmail.com>

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

 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index d5e96e95e1..946124025d 100755
--- a/configure
+++ b/configure
@@ -6199,7 +6199,8 @@ if enabled libcdio; then
     die "ERROR: No usable libcdio/cdparanoia found"
 fi
 
-enabled libxcb && check_pkg_config libxcb "xcb >= 1.4" xcb/xcb.h xcb_connect
+enabled libxcb && check_pkg_config libxcb "xcb >= 1.4" xcb/xcb.h xcb_connect ||
+    disable libxcb_shm libxcb_shape libxcb_xfixes
 
 if enabled libxcb; then
     enabled libxcb_shm    && check_pkg_config libxcb_shm    xcb-shm    
xcb/shm.h    xcb_shm_attach

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

Reply via email to