aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/parse_commandline.c
Commit message (Collapse)AuthorAge
* msg: move special declarations to msg_control.hGravatar wm42014-01-16
| | | | | While almost everything uses msg.h, the moved definitions are rarely needed by anything.
* msg: remove global stateGravatar wm42013-12-21
|
* playlist_parser: mp_msg conversionGravatar wm42013-12-21
|
* options: some more mp_msg conversionsGravatar wm42013-12-21
|
* msg: change hack to silence command line pre-parse error messagesGravatar wm42013-12-20
| | | | mp_msg_levels[] will go away.
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
|
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
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.