Mercurial > mplayer.hg
view osdep/mplayer.exe.manifest @ 32632:d9764e977f12
llvmpipe, while only slow instead of insanely slow, is a software renderer.
Recognize it as such and disable -vo gl_nosw on it.
author | reimar |
---|---|
date | Sat, 18 Dec 2010 20:56:37 +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>