From 0a04566120548cdcb6695dedffc55cf967e422d3 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 30 Nov 2009 21:43:03 +0000 Subject: Check Xfixes.h header presence before enabling x11grab. This fixes compilation when lib is present but not header. Originally committed as revision 20673 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 7f562e8805..bdb723af5d 100755 --- a/configure +++ b/configure @@ -2476,6 +2476,7 @@ enabled jack_indev && check_lib2 jack/jack.h jack_client_open -ljack enabled x11grab && check_header X11/Xlib.h && check_header X11/extensions/XShm.h && +check_header X11/extensions/Xfixes.h && check_func XOpenDisplay -lX11 && check_func XShmCreateImage -lX11 -lXext && check_func XFixesGetCursorImage -lX11 -lXext -lXfixes -- cgit v1.2.3