You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
4
configure
vendored
4
configure
vendored
@@ -5057,8 +5057,8 @@ enabled xlib &&
|
||||
check_lib X11/Xlib.h XOpenDisplay -lX11 || disable xlib
|
||||
|
||||
if ! disabled libxcb; then
|
||||
check_pkg_config xcb xcb/xcb.h xcb_connect || {
|
||||
enabled libxcb && die "ERROR: libxcb not found";
|
||||
check_pkg_config "xcb >= 1.4" xcb/xcb.h xcb_connect || {
|
||||
enabled libxcb && die "ERROR: libxcb >= 1.4 not found";
|
||||
} && disable x11grab && enable libxcb
|
||||
|
||||
if enabled libxcb; then
|
||||
|
Reference in New Issue
Block a user