]> git.sesse.net Git - vlc/commitdiff
win32 manifest files: don't force x86 arch
authorRafaël Carré <funman@videolan.org>
Wed, 28 Sep 2011 21:31:55 +0000 (17:31 -0400)
committerRafaël Carré <funman@videolan.org>
Wed, 28 Sep 2011 21:31:55 +0000 (17:31 -0400)
we make binaries for other arch
having the field set to x86 doesn't prevent binary to run
it doesn't prevent loading 64bits DLLs either, except when it does
(qt4 plugin for example)

extras/package/win32/libvlc.dll.manifest
extras/package/win32/vlc.exe.manifest

index e510bb673186b7efb2453eaca540340a339016da..35e9724e69e1774ad22b4e5c4fc7b8141dd3727d 100755 (executable)
@@ -2,9 +2,9 @@
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
        <assemblyIdentity
                version="1.0.0.0"
-               processorArchitecture="x86"
+               processorArchitecture="*"
                name="libvlc.dll"
                type="win32"
        />
        <description>LibVLC</description>
-</assembly>
\ No newline at end of file
+</assembly>
index 32911115dbc9831952c735f42cf0f6249f0bc542..60122a4ec5bc4e9709d757f82bd45d51a1ce10ba 100644 (file)
@@ -2,7 +2,7 @@
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
        <assemblyIdentity
                version="1.0.0.0"
-               processorArchitecture="X86"
+               processorArchitecture="*"
                name="VideoLAN.VLC"
                type="win32"
        />
@@ -20,7 +20,7 @@
                                type="win32"
                                name="Microsoft.Windows.Common-Controls"
                                version="6.0.0.0"
-                               processorArchitecture="X86"
+                               processorArchitecture="*"
                                publicKeyToken="6595b64144ccf1df"
                                language="*"
                        />