diff options
author | James Almer <jamrial@gmail.com> | 2021-07-15 16:52:35 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-07-15 16:53:56 -0300 |
commit | cdbf2fc3e4800493ab3abdf6123fcc92899eaf22 (patch) | |
tree | 1376403ca6d6fb7142dcc9f0ab9f5d40bbc497e6 /configure | |
parent | 395d9ad00a7fe9f3e5f4888429830c4e820616cc (diff) | |
download | ffmpeg-cdbf2fc3e4800493ab3abdf6123fcc92899eaf22.tar.gz |
configure: use the correct header for the fallback libxext check
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 || |