Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
2b8b58df
Commit
2b8b58df
authored
Nov 30, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.9-bugfix' of git@git.videolan.org:vlc into 0.9-bugfix
parents
ab3e5dc6
abacfd86
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
18 deletions
+18
-18
Makefile.am
Makefile.am
+2
-2
extras/package/win32/libvlc.dll.manifest
extras/package/win32/libvlc.dll.manifest
+4
-4
extras/package/win32/vlc.exe.manifest
extras/package/win32/vlc.exe.manifest
+4
-4
projects/activex/axvlc.dll.manifest
projects/activex/axvlc.dll.manifest
+4
-4
projects/mozilla/npvlc.dll.manifest
projects/mozilla/npvlc.dll.manifest
+4
-4
No files found.
Makefile.am
View file @
2b8b58df
...
...
@@ -721,7 +721,7 @@ package-win-common:
if
BUILD_MOZILLA
mkdir
-p
"$(win32_destdir)/mozilla"
cp
$(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT)
$(win32_destdir)/mozilla/
cp
$(top_
build
dir)/projects/mozilla/npvlc.dll.manifest
$(win32_destdir)/mozilla/
cp
$(top_
src
dir)/projects/mozilla/npvlc.dll.manifest
$(win32_destdir)/mozilla/
endif
# ActiveX plugin
...
...
@@ -732,7 +732,7 @@ if BUILD_ACTIVEX
unix2dos
$(win32_destdir)/activex/*
cp
$(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT)
$(win32_destdir)/activex/
cp
$(top_
build
dir)/projects/activex/axvlc.dll.manifest
$(win32_destdir)/activex/
cp
$(top_
src
dir)/projects/activex/axvlc.dll.manifest
$(win32_destdir)/activex/
endif
# Rebase all those DLLs to speed up loading (need cygwin rebase)
...
...
extras/package/win32/libvlc.dll.manifest
View file @
2b8b58df
...
...
@@ -11,11 +11,11 @@
<dependentAssembly>
<assemblyIdentity
type=
"win32"
name=
"Microsoft
-Windows-MSVCRT20
"
version=
"
6.0.6000.1638
6"
name=
"Microsoft
.VC80.CRT
"
version=
"
8.0.41204.25
6"
processorArchitecture=
"x86"
publicKeyToken=
"
31bf3856ad364e35
"
language=
"
*
"
publicKeyToken=
"
1fc8b3b9a1e18e3b
"
language=
"
neutral
"
/>
</dependentAssembly>
</dependency>
...
...
extras/package/win32/vlc.exe.manifest
View file @
2b8b58df
...
...
@@ -23,11 +23,11 @@
<dependentAssembly>
<assemblyIdentity
type=
"win32"
name=
"Microsoft
-Windows-MSVCRT20
"
version=
"
6.0.6000.1638
6"
name=
"Microsoft
.VC80.CRT
"
version=
"
8.0.41204.25
6"
processorArchitecture=
"x86"
publicKeyToken=
"
31bf3856ad364e35
"
language=
"
*
"
publicKeyToken=
"
1fc8b3b9a1e18e3b
"
language=
"
neutral
"
/>
</dependentAssembly>
</dependency>
...
...
projects/activex/axvlc.dll.manifest
View file @
2b8b58df
...
...
@@ -11,11 +11,11 @@
<dependentAssembly>
<assemblyIdentity
type=
"win32"
name=
"Microsoft
-Windows-MSVCRT20
"
version=
"
6.0.6000.1638
6"
name=
"Microsoft
.VC80.CRT
"
version=
"
8.0.41204.25
6"
processorArchitecture=
"x86"
publicKeyToken=
"
31bf3856ad364e35
"
language=
"
*
"
publicKeyToken=
"
1fc8b3b9a1e18e3b
"
language=
"
neutral
"
/>
</dependentAssembly>
</dependency>
...
...
projects/mozilla/npvlc.dll.manifest
View file @
2b8b58df
...
...
@@ -11,11 +11,11 @@
<dependentAssembly>
<assemblyIdentity
type=
"win32"
name=
"Microsoft
-Windows-MSVCRT20
"
version=
"
6.0.6000.1638
6"
name=
"Microsoft
.VC80.CRT
"
version=
"
8.0.41204.25
6"
processorArchitecture=
"x86"
publicKeyToken=
"
31bf3856ad364e35
"
language=
"
*
"
publicKeyToken=
"
1fc8b3b9a1e18e3b
"
language=
"
neutral
"
/>
</dependentAssembly>
</dependency>
...
...
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