annotate osdep/mplayer.exe.manifest @ 37195:ac6c37d85d65 default tip

configure: Fix initialization of variable def_local_aligned_32 It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead of HAVE_LOCAL_ALIGNED_32.
author al
date Sun, 28 Sep 2014 18:38:41 +0000
parents a6b7e61e4af1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31564
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
37058
a6b7e61e4af1 Disable system DPI scaling on Windows.
reimar
parents: 31564
diff changeset
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
31564
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
3 <assemblyIdentity
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
4 version="0.0.9.0"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
5 processorArchitecture="*"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
6 name="MPlayer - The Movie Player"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
7 type="win32"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
8 />
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
9 <description>MPlayer - The Movie Player</description>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
10 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
11 <security>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
12 <requestedPrivileges>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
13 <requestedExecutionLevel
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
14 level="asInvoker"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
15 />
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
16 </requestedPrivileges>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
17 </security>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
18 </trustInfo>
37058
a6b7e61e4af1 Disable system DPI scaling on Windows.
reimar
parents: 31564
diff changeset
19 <asmv3:application>
a6b7e61e4af1 Disable system DPI scaling on Windows.
reimar
parents: 31564
diff changeset
20 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
a6b7e61e4af1 Disable system DPI scaling on Windows.
reimar
parents: 31564
diff changeset
21 <dpiAware>True/PM</dpiAware>
a6b7e61e4af1 Disable system DPI scaling on Windows.
reimar
parents: 31564
diff changeset
22 </asmv3:windowsSettings>
a6b7e61e4af1 Disable system DPI scaling on Windows.
reimar
parents: 31564
diff changeset
23 </asmv3:application>
31564
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
24 </assembly>