mpv/common
wm4 e6bea0ec5a Don't include version.h from make options.c
I find this annoying. It's the reason common/version.c exists at all.

options.c did this for the user agent, which contains the version
number. Because not including version.h means you can't build the user
agent and use it in mp_default_opts anymore, do something rather awkward
in main.c to initialize the default user agent.
2013-12-22 14:35:45 +01:00
..
asxparser.c playlist_parser: mp_msg conversion 2013-12-21 21:43:16 +01:00
asxparser.h playlist_parser: mp_msg conversion 2013-12-21 21:43:16 +01:00
av_common.c av_common: abuse av_log to print message instead of mp_msg 2013-12-21 20:50:12 +01:00
av_common.h
av_log.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
av_log.h av_log: mp_msg conversion 2013-12-21 21:43:16 +01:00
av_opts.c
av_opts.h
codecs.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
codecs.h codecs: mp_msg conversion 2013-12-21 20:50:12 +01:00
common.c
common.h Don't include version.h from make options.c 2013-12-22 14:35:45 +01:00
cpudetect.c cpudetect: remove mp_msg calls 2013-12-21 21:43:17 +01:00
cpudetect.h
encode.h encode_lavc: mp_msg conversions 2013-12-21 21:43:16 +01:00
encode_lavc.c msg: remove global state 2013-12-21 23:11:12 +01:00
encode_lavc.h encode_lavc: mp_msg conversions 2013-12-21 21:43:16 +01:00
global.h
msg.c msg: add some comments about thread-safety 2013-12-22 12:29:50 +01:00
msg.h msg: remove global state 2013-12-21 23:11:12 +01:00
playlist.c
playlist.h
playlist_parser.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
playlist_parser.h playlist_parser: mp_msg conversion 2013-12-21 21:43:16 +01:00
version.c Don't include version.h from make options.c 2013-12-22 14:35:45 +01:00