summaryrefslogtreecommitdiffstats
path: root/options/parse_commandline.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMarcin Kurczewski2015-04-131-5/+4
| | | | Signed-off-by: wm4 <wm4@nowhere>
* player: minor simplificationwm42015-03-051-3/+2
| | | | | argv is always terminated with a NULL, so we don't need to drag argc along. Simplifies the following commit a little bit.
* msg: remove global statewm42013-12-211-1/+1
|
* options: some more mp_msg conversionswm42013-12-211-2/+3
|
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+33
Since m_option.h and options.h are extremely often included, a lot of files have to be changed. Moving path.c/h to options/ is a bit questionable, but since this is mainly about access to config files (which are also handled in options/), it's probably ok.