Clément Bœsch <u <at> pkh.me> writes: > > - check_pkg_config xcb-shm xcb/shm.h xcb_shm_attach || { > > + check_pkg_config xcb-shm xcb/shm.h xcb_shm_attach && > > + check_code cc xcb/xcb.h "xcb_generic_error_t e; > > e.resource_id = 0" || { > > No, you just want something like check_pkg_config "xcb-shm >= 1.4"
Wouldn't this needlessly break building with xcb 1.3 installed? Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel