Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vlc-unity
Manage
Activity
Members
Labels
Plan
Issues
47
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
vlc-unity
Merge requests
!103
windows: update activex patch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
windows: update activex patch
mfkl/vlc-unity:activex-update-patch
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Martin Finkel
requested to merge
mfkl/vlc-unity:activex-update-patch
into
master
7 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
609083de
1 commit,
7 months ago
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
patches/disable-activex.patch
+
5
−
4
Options
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index
fa442d0f..ca8c3c2f
100644
index
ea0ad4e649..8261a06b49
100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -
97
,7 +
97
,7 @@
package-win-activex: build-npapi
@@ -
101
,7 +
101
,7 @@
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
+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 \
if ENABLE_PDB
find $(win32_destdir) -type f -name '*.pdb' | while read i; \
--
\ No newline at end of file
Loading