Mercurial > mplayer.hg
view osdep/mplayer.exe.manifest @ 32749:6f78f27837fe
Allow LGPL re-distribution of vo_vdpau.c.
Agreed upon by Stephen Warren for Nvidia, Grigori Goronzy, Reimar and
Ivan Kalvachev (as the developer of vo_xvmc.c which may have been the
original source of the file).
author | cehoyos |
---|---|
date | Mon, 31 Jan 2011 10:06:29 +0000 |
parents | 480cdba9e480 |
children | a6b7e61e4af1 |
line wrap: on
line source
<?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="MPlayer - The Movie Player" type="win32" /> <description>MPlayer - The Movie Player</description> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" /> </requestedPrivileges> </security> </trustInfo> </assembly>