[vlc-devel] [PATCH] package: win32: don't build the ActiveX component in Winstore builds

Steve Lhomme robux4 at ycbcr.xyz
Tue Jun 9 13:12:16 CEST 2020


---
 extras/package/win32/package.mak | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index e31dad9e19c9..26083ca63b3d 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -90,7 +90,10 @@ package-win-activex: build-npapi
 	mkdir -p "$(win32_destdir)/sdk/activex/"
 	cp $(top_builddir)/npapi-vlc/activex/README.TXT $(top_builddir)/npapi-vlc/share/test/test.html $(win32_destdir)/sdk/activex/
 
-package-win-strip: package-win-common package-win-activex
+if !HAVE_WINSTORE
+package-win-strip: package-win-activex
+endif
+package-win-strip: package-win-common
 	mkdir -p "$(win32_debugdir)"/
 	find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' \) | while read i; \
 	do if test -n "$$i" ; then \
-- 
2.26.2



More information about the vlc-devel mailing list