[FFmpeg-devel] [PATCH 5/5] lavd: Add KMS frame grabber

Andy Furniss adf.lists at gmail.com
Fri Sep 15 02:08:42 EEST 2017


Mark Thompson wrote:
> ---
> Now sets the trusted packet flag; otherwise unchanged.
> 
> 
>   configure                |   1 +
>   libavdevice/Makefile     |   1 +
>   libavdevice/alldevices.c |   1 +
>   libavdevice/kmsgrab.c    | 455 +++++++++++++++++++++++++++++++++++++++++++++++
>   4 files changed, 458 insertions(+)
>   create mode 100644 libavdevice/kmsgrab.c
> 
> diff --git a/configure b/configure
> index 6581c53c1a..76a7591ceb 100755
> --- a/configure
> +++ b/configure
> @@ -3040,6 +3040,7 @@ gdigrab_indev_select="bmp_decoder"
>   iec61883_indev_deps="libiec61883"
>   jack_indev_deps="jack"
>   jack_indev_deps_any="sem_timedwait dispatch_dispatch_h"
> +kmsgrab_indev_deps="libdrm"

Doesn't get built for me = doesn't show up as indev after configure 
anything special needed?



More information about the ffmpeg-devel mailing list