[vlc-commits] fix manifest for win64

Rafaël Carré git at videolan.org
Mon Nov 7 22:37:03 CET 2011


npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov  7 16:36:26 2011 -0500| [a77230c2cbe0b40218f16784bb8659056b3d9d21] | committer: Rafaël Carré

fix manifest for win64

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=a77230c2cbe0b40218f16784bb8659056b3d9d21
---

 npapi/npvlc.dll.manifest |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/npapi/npvlc.dll.manifest b/npapi/npvlc.dll.manifest
index 9f37aee..5827730 100644
--- a/npapi/npvlc.dll.manifest
+++ b/npapi/npvlc.dll.manifest
@@ -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="npvlc.dll"
 		type="win32"
 	/>
 	<description>VLC Mozilla plugin</description>
-</assembly>
\ No newline at end of file
+</assembly>



More information about the vlc-commits mailing list