From 2d9ad63e2fcaf22706ac4e1547e4a56846264a3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 28 Sep 2011 17:31:55 -0400 Subject: [PATCH] win32 manifest files: don't force x86 arch 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 | 4 ++-- extras/package/win32/vlc.exe.manifest | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/package/win32/libvlc.dll.manifest b/extras/package/win32/libvlc.dll.manifest index e510bb6731..35e9724e69 100755 --- a/extras/package/win32/libvlc.dll.manifest +++ b/extras/package/win32/libvlc.dll.manifest @@ -2,9 +2,9 @@ LibVLC - \ No newline at end of file + diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest index 32911115db..60122a4ec5 100644 --- a/extras/package/win32/vlc.exe.manifest +++ b/extras/package/win32/vlc.exe.manifest @@ -2,7 +2,7 @@ @@ -20,7 +20,7 @@ type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" - processorArchitecture="X86" + processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> -- 2.39.5