[vlc-devel] [PATCH 7/7] nvdec: Makefile.am: move nvdec plugin into nvdecdir

Steve Lhomme robux4 at ycbcr.xyz
Mon Mar 15 07:13:39 UTC 2021


OK with the patchset if it passes the CI.

On 2021-03-13 18:07, Alexandre Janniaux wrote:
> Like all other hw plugins.
> ---
>   modules/hw/nvdec/Makefile.am | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/modules/hw/nvdec/Makefile.am b/modules/hw/nvdec/Makefile.am
> index 90e8c2796d..39982910ce 100644
> --- a/modules/hw/nvdec/Makefile.am
> +++ b/modules/hw/nvdec/Makefile.am
> @@ -1,16 +1,17 @@
>   nvdecdir = $(pluginsdir)/nvdec
> +nvdec_LTLIBRARIES =
>   
>   libnvdec_plugin_la_SOURCES = \
>   	hw/nvdec/nvdec.c hw/nvdec/nvdec_fmt.h \
>   	hw/nvdec/hw_pool.c hw/nvdec/hw_pool.h
>   libnvdec_plugin_la_LIBADD = $(LIBDL) libvlc_hxxxhelper.la
>   if HAVE_NVDEC
> -codec_LTLIBRARIES += libnvdec_plugin.la
> +nvdec_LTLIBRARIES += libnvdec_plugin.la
>   endif
>   
>   libnvdec_chroma_plugin_la_SOURCES = hw/nvdec/chroma.c hw/nvdec/nvdec_fmt.h
>   if HAVE_NVDEC
> -nvdec_LTLIBRARIES = libnvdec_chroma_plugin.la
> +nvdec_LTLIBRARIES += libnvdec_chroma_plugin.la
>   endif
>   
>   libglinterop_nvdec_plugin_la_SOURCES = hw/nvdec/nvdec_gl.c \
> -- 
> 2.30.2
> 
> _______________________________________________
> 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