summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_finder_args.h
Commit message (Collapse)AuthorAgeFilesLines
* macosx_finder_args: use cocoa instead of carbonStefano Pigozzi2012-03-251-4/+4
| | | | | | | | | | | | macosx_finder_args was using Carbon and wasn't usable any longer on modern versions of MacOSX. This is very useful to embed mplayer in a mac application bundle. When using application bundles, the operating system will call the main function with only one argument that identifies the process serial number (this is some additional process identifier in osx other than the pid). File open events are then dispatched to the application through events that must be handled accordingly.
* osdep/macosx_finder_args.h: include required header m_config.hdiego2010-11-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add header for macosx_finder_args() instead of forward declaring it.diego2010-02-231-0/+26
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30717 b3059339-0415-0410-9bf9-f77b7e298cf2