summaryrefslogtreecommitdiffstats
path: root/mpvcore/parser-cfg.h
Commit message (Collapse)AuthorAgeFilesLines
* Move options/config related files from mpvcore/ to options/wm42013-12-171-27/+0
| | | | | | | | | 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.
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+27
core is used in many unix systems for core dumps. For that reason some tools work under the assumption that the file is indeed a core dump (for example autoconf does this). This commit just renames the files. The following one will change all the includes to fix compilation. This is done this way because git has a easier time tracing file changes if there is a pure rename commit.