Mercurial > mplayer.hg
view osdep/mplayer.exe.manifest @ 34012:fceaeb11f890
libass: always use sub/mp_ass.h instead of #including libass headers directly
sub/mp_ass.h contains the logic to decide whether to #include the system or
the MPlayer-internal header. Fixes Bugzilla #1850.
patch by Gus Wirth, gwirth79 gmail com
author | diego |
---|---|
date | Mon, 12 Sep 2011 23:08:39 +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>