pigoz / mplayerosx-builds

build scripts of mplayer2 for Mac OSX
35 stars 8 forks source link

Retina support #14

Closed MadFishTheOne closed 12 years ago

MadFishTheOne commented 12 years ago

mplayer2 already supports it (see http://git.mplayer2.org/mplayer2/commit/?id=c968bdc3af16ee61b800028ad24f7e499a31c416), so the only thing left is to add

    <key>NSPrincipalClass</key>
    <string>NSApplication</string>

into Info.plist. I've verified this locally, and it does indeed make it work.

pigoz commented 12 years ago

I'm more inclined to using:

<key>NSHighResolutionCapable</key>
<true/>

I used that in the last binary hosted on Google Code it seemed to work from the feedback I got (I don't own a retina mbp).