[vlc-devel] [PATCH] video-filter: VAAPI: add filters

Thomas Guillem thomas at gllm.fr
Tue Jun 20 16:05:10 CEST 2017



On Tue, Jun 20, 2017, at 15:50, Devin Heitmueller wrote:
> On Tue, Jun 20, 2017 at 4:40 AM, Victorien Le Couviour--Tuffet
> <victorien.lecouviour.tuffet at gmail.com> wrote:
> > ---
> >  modules/hw/vaapi/Makefile.am |    8 +-
> >  modules/hw/vaapi/filters.c   | 1023 ++++++++++++++++++++++++++++++++++++++++++
> >  2 files changed, 1030 insertions(+), 1 deletion(-)
> >  create mode 100644 modules/hw/vaapi/filters.c
> >
> > diff --git a/modules/hw/vaapi/Makefile.am b/modules/hw/vaapi/Makefile.am
> > index 3f2e446f94..6691f6d657 100644
> > --- a/modules/hw/vaapi/Makefile.am
> > +++ b/modules/hw/vaapi/Makefile.am
> > @@ -11,7 +11,13 @@ libvaapi_chroma_plugin_la_SOURCES = hw/vaapi/chroma.c hw/vaapi/vlc_vaapi.c hw/va
> >  libvaapi_chroma_plugin_la_CFLAGS = $(AM_CFLAGS) $(LIBVA_CFLAGS)
> >  libvaapi_chroma_plugin_la_LIBADD = $(AM_LIBADD) $(LIBVA_LIBS) libvlc_vaapi_instance.la
> >
> > +libvaapi_filters_plugin_la_SOURCES = hw/vaapi/filters.c hw/vaapi/vlc_vaapi.c hw/vaapi/vlc_vaapi.h
> > +libvaapi_filters_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
> > +libvaapi_filters_plugin_la_CFLAGS = $(AM_CFLAGS) $(LIBVA_CFLAGS)
> > +libvaapi_filters_plugin_la_LIBADD = $(AM_LIBADD) $(LIBVA_LIBS) libvlc_vaapi_instance.la
> 
> Unless I'm mistaken, it looks like this patch missed a bunch of new
> files (it only includes Makefile.am and filters.c but you're adding
> three other files in the SOURCES directive).

hw/vaapi/vlc_vaapi.c hw/vaapi/vlc_vaapi.h were already added by the "hw:
vaapi: add wrappers functions" commit that was recently applied.

> 
> Devin
> 
> -- 
> Devin J. Heitmueller - Kernel Labs
> http://www.kernellabs.com
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list