[FFmpeg-devel] [PATCH] Screen frame grabbing for Win32 platform (bump)

Måns Rullgård mans
Wed Mar 24 00:05:55 CET 2010


Christophe Gisquet <christophe.gisquet at gmail.com> writes:

> Index: configure
> ===================================================================
> --- configure	(revision 22650)
> +++ configure	(working copy)
> @@ -1403,6 +1403,8 @@
>  vfwcap_indev_extralibs="-lavicap32"
>  x11_grab_device_indev_deps="x11grab XShmCreateImage"
>  x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"
> +gdi_grab_device_indev_deps="GetDC"
> +gdi_grab_device_indev_extralibs="-lgdi32"
>  
>  # protocols
>  gopher_protocol_deps="network"
> @@ -2701,6 +2703,8 @@
>  check_func XShmCreateImage -lX11 -lXext &&
>  check_func XFixesGetCursorImage -lX11 -lXext -lXfixes
>  
> +check_func_headers "windows.h" GetDC "$gdi_grab_device_indev_extralibs"

Is there no less generic function name you could check for?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list