[Ffmpeg-devel] [RFC #3] X11 device demuxer (synced svn 2006-11-28)
Diego Biurrun
diego
Tue Nov 28 01:56:32 CET 2006
On Tue, Nov 28, 2006 at 12:57:36AM +0100, Edouard Gomez wrote:
>
> --- a/configure Mon Nov 27 15:48:16 2006 +0000
> +++ b/configure Tue Nov 28 00:56:18 2006 +0100
> @@ -1644,6 +1644,15 @@ struct v4l2_buffer dummy1;
>
> +# Deal with the x11 frame grabber
> +enabled gpl || disable x11_grab_device_demuxer
> +check_header X11/X.h || disable x11_grab_device_demuxer
> +check_header X11/Xlib.h || disable x11_grab_device_demuxer
> +check_header X11/Xlibint.h || disable x11_grab_device_demuxer
> +check_header X11/Xproto.h || disable x11_grab_device_demuxer
> +check_header X11/extensions/XShm.h || disable x11_grab_device_demuxer
> +enabled x11_grab_device_demuxer && add_extralibs "-lX11 -lXext"
Please align the ||, build system parts look good otherwise.
Diego
More information about the ffmpeg-devel
mailing list