Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
86f0fc91
Commit
86f0fc91
authored
Nov 24, 2008
by
Geoffroy Couprie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add manifests to browser plugins
parent
d30180d8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
0 deletions
+46
-0
Makefile.am
Makefile.am
+2
-0
projects/activex/axvlc.dll.manifest
projects/activex/axvlc.dll.manifest
+22
-0
projects/mozilla/npvlc.dll.manifest
projects/mozilla/npvlc.dll.manifest
+22
-0
No files found.
Makefile.am
View file @
86f0fc91
...
@@ -725,6 +725,7 @@ package-win-common:
...
@@ -725,6 +725,7 @@ package-win-common:
if
BUILD_MOZILLA
if
BUILD_MOZILLA
mkdir
-p
"$(win32_destdir)/mozilla"
mkdir
-p
"$(win32_destdir)/mozilla"
cp
$(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT)
$(win32_destdir)/mozilla/
cp
$(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT)
$(win32_destdir)/mozilla/
cp
$(top_builddir)/projects/mozilla/npvlc.dll.manifest
$(win32_destdir)/mozilla/
endif
endif
# ActiveX plugin
# ActiveX plugin
...
@@ -735,6 +736,7 @@ if BUILD_ACTIVEX
...
@@ -735,6 +736,7 @@ if BUILD_ACTIVEX
unix2dos
$(win32_destdir)/activex/*
unix2dos
$(win32_destdir)/activex/*
cp
$(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT)
$(win32_destdir)/activex/
cp
$(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT)
$(win32_destdir)/activex/
cp
$(top_builddir)/projects/activex/axvlc.dll.manifest
$(win32_destdir)/activex/
endif
endif
# Rebase all those DLLs to speed up loading (need cygwin rebase)
# Rebase all those DLLs to speed up loading (need cygwin rebase)
...
...
projects/activex/axvlc.dll.manifest
0 → 100755
View file @
86f0fc91
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<assemblyIdentity
version=
"1.0.0.0"
processorArchitecture=
"x86"
name=
"axvlc.dll"
type=
"win32"
/>
<description>
VLC ActiveX plugin
</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type=
"win32"
name=
"Microsoft-Windows-MSVCRT20"
version=
"6.0.6000.16386"
processorArchitecture=
"x86"
publicKeyToken=
"31bf3856ad364e35"
language=
"*"
/>
</dependentAssembly>
</dependency>
</assembly>
projects/mozilla/npvlc.dll.manifest
0 → 100755
View file @
86f0fc91
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<assemblyIdentity
version=
"1.0.0.0"
processorArchitecture=
"x86"
name=
"npvlc.dll"
type=
"win32"
/>
<description>
VLC Mozilla plugin
</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type=
"win32"
name=
"Microsoft-Windows-MSVCRT20"
version=
"6.0.6000.16386"
processorArchitecture=
"x86"
publicKeyToken=
"31bf3856ad364e35"
language=
"*"
/>
</dependentAssembly>
</dependency>
</assembly>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment