[vlc-devel] [PATCH 2/4] codec: disable crystalhd in winstore builds

Jean-Baptiste Kempf jb at videolan.org
Mon Apr 27 17:29:25 CEST 2020


Remove the code instead.

On Mon, Apr 27, 2020, at 16:22, Steve Lhomme wrote:
> We can't load bcmDIL.dll unless it's on the app package.
> ---
>  modules/codec/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
> index 587029fd208..34387d9f468 100644
> --- a/modules/codec/Makefile.am
> +++ b/modules/codec/Makefile.am
> @@ -578,7 +578,9 @@ libcrystalhd_plugin_la_SOURCES = codec/crystalhd.c 
> packetizer/h264_nal.c packeti
>  libcrystalhd_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
>  libcrystalhd_plugin_la_LIBADD = $(LIBS_crystalhd)
>  EXTRA_LTLIBRARIES += libcrystalhd_plugin.la
> +if !HAVE_WINSTORE
>  codec_LTLIBRARIES += $(LTLIBcrystalhd)
> +endif
>  
>  libqsv_plugin_la_SOURCES = codec/qsv.c codec/vlc_fifo_helper.h 
> demux/mpeg/timestamps.h
>  libqsv_plugin_la_CFLAGS = $(AM_CFLAGS) $(MFX_CFLAGS)
> -- 
> 2.17.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list