[FFmpeg-devel] [PATCH] configure: use pkg-config for xlib/Xv

Timo Rothenpieler timo at rothenpieler.org
Thu Jul 15 00:23:10 EEST 2021


---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 2d2d125fd3..f5370b3ead 100755
--- a/configure
+++ b/configure
@@ -6194,7 +6194,7 @@ check_func_headers windows.h Sleep
 check_func_headers windows.h VirtualAlloc
 check_func_headers glob.h glob
 enabled xlib &&
-    check_lib xlib "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute -lXv -lX11 -lXext
+    check_pkg_config xlib "xv" "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute
 
 check_headers direct.h
 check_headers dirent.h
-- 
2.25.1



More information about the ffmpeg-devel mailing list