summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_msg.h
Commit message (Collapse)AuthorAgeFilesLines
* Some more mp_msg conversionswm42013-08-231-1/+1
| | | | | Also add a note to mp_msg.h, since it might be not clear which of the two mechanisms is preferred.
* mp_msg: fix typo in message level for new msg API macrosStefano Pigozzi2013-08-221-2/+2
|
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
| | | | Followup commit. Fixes all the files references.
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+178
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.