[FFmpeg-cvslog] r20673 - trunk/configure

bcoudurier subversion
Mon Nov 30 22:43:03 CET 2009


Author: bcoudurier
Date: Mon Nov 30 22:43:03 2009
New Revision: 20673

Log:
Check Xfixes.h header presence before enabling x11grab.
This fixes compilation when lib is present but not header.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Nov 30 22:22:01 2009	(r20672)
+++ trunk/configure	Mon Nov 30 22:43:03 2009	(r20673)
@@ -2476,6 +2476,7 @@ enabled jack_indev && check_lib2 jack/ja
 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



More information about the ffmpeg-cvslog mailing list