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

Steve Lhomme robux4 at ycbcr.xyz
Mon Apr 27 16:22:17 CEST 2020


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



More information about the vlc-devel mailing list