mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
configure: use the correct header for the fallback libxext check
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
395d9ad00a
commit
cdbf2fc3e4
2
configure
vendored
2
configure
vendored
@ -6200,7 +6200,7 @@ if enabled xlib; then
|
||||
disable xlib
|
||||
|
||||
check_pkg_config xlib_xext xext "X11/Xlib.h X11/extensions/XShm.h" XShmAttach ||
|
||||
check_lib xlib_xext "X11/Xlib.h X11/extensions/Xvlib.h" XShmAttach -lXext ||
|
||||
check_lib xlib_xext "X11/Xlib.h X11/extensions/XShm.h" XShmAttach -lXext ||
|
||||
disable xlib
|
||||
|
||||
check_pkg_config xlib_xv xv "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute ||
|
||||
|
Loading…
Reference in New Issue
Block a user