summaryrefslogtreecommitdiffstats
path: root/video/out/osx_common.m
Commit message (Collapse)AuthorAgeFilesLines
* osx_common: Avoid deprecated Gestalt callsStefano Pigozzi2012-12-021-0/+154
Gestalt is deprecated since 10.8. Change the code to read the OS version from a system plist file. As mentioned http://stackoverflow.com/a/11072974/499456 Apple engineers are suggesting this plist reading approach.