summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_bundle.h
Commit message (Collapse)AuthorAgeFilesLines
* macosx: move bundle path stuff to path-macosx.mStefano Pigozzi2013-09-181-26/+0
| | | | This makes the code uniform to how stuff was handled for Windows in 1cb55ceb.
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-0/+26
Add `mp_find_config_file` to search different known paths and use that in ass_mp to look for the fontconfig configuration file. Some incidental changes spawned by this feature where: * Buffer allocation for the strings containing the paths is now performed with talloc. All of the allocations are done on a NULL context, but it still improves readability of the code. * Move the OSX function for lookup inside of a bundle: this code path was currently not used by the bundle generated with `make osxbundle`. The plan is to use it again in a future commit to get a fontconfig config file.