[FFmpeg-cvslog] configure: disable libxcb dependent features if libxcb is not enabled
James Almer
git at videolan.org
Mon Oct 9 00:47:35 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at 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 <jamrial at 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
More information about the ffmpeg-cvslog
mailing list