summaryrefslogtreecommitdiffstats
path: root/osdep/mpv.exe.manifest
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-20 16:45:05 +0200
committerwm4 <wm4@nowhere>2012-10-20 20:03:13 +0200
commitdfcfe058850b07ae9077eea8415cf5315deb1937 (patch)
treee6f5aa030176115d7b396f9c8e904d1de5e378e4 /osdep/mpv.exe.manifest
parent8c75a38d5fb5f399a66a79dc08b30e201ac5ef33 (diff)
downloadmpv-dfcfe058850b07ae9077eea8415cf5315deb1937.tar.bz2
mpv-dfcfe058850b07ae9077eea8415cf5315deb1937.tar.xz
build: fix compilation on Windows (manifest files)
Diffstat (limited to 'osdep/mpv.exe.manifest')
-rw-r--r--osdep/mpv.exe.manifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest
new file mode 100644
index 0000000000..c924377c4b
--- /dev/null
+++ b/osdep/mpv.exe.manifest
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity
+ version="0.0.9.0"
+ processorArchitecture="*"
+ name="mpv - The Movie Player"
+ type="win32"
+ />
+ <description>mpv - The Movie Player</description>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>