summaryrefslogtreecommitdiffstats
path: root/compat/compiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Add MP_NORETURN and replace av_noreturn useswm42012-11-121-0/+3
| | | | | av_noreturn is a rather recent addition to libavutil, and defining it ourselves is trivial and makes playing compatibility games easier.
* mp_common.h: split parts into mp_talloc.h and compiler.hwm42012-11-121-0/+24
Put MP_EXPAND_ARGS() in compiler.h, even though it's not compiler dependent. Both mp_talloc.h and mp_common.h need it, while mp_common.h includes mp_talloc.h. This is the least annoying solution.