On Wed, Mar 21, 2012 at 08:01:37AM -0700, Josh Allmann wrote: > > --- a/configure > +++ b/configure > @@ -1487,7 +1487,6 @@ v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h" > vfwcap_indev_extralibs="-lavicap32" > x11_grab_device_indev_deps="x11grab XShmCreateImage" > -x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes" > > @@ -3018,12 +3017,9 @@ enabled libcdio && > > 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 > +require X11 X11/Xlib.h XOpenDisplay -lX11 && > +require Xext X11/extensions/XShm.h XShmCreateImage -lXext && > +require Xfixes X11/extensions/Xfixes.h XFixesGetCursorImage -lXfixes
LGTM if you tested this, which I assume you did. Maybe the && could be aligned. I'll queue and push this later today or tomorrow. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
