mpv/options
wm4 c4e01cc00d m_config: avoid accidentally causing deprecation warnings
It has to copy each option, whether it's deprecated or not. This would
print a warning on every deprecated sub-option, even if it's not used.
Yep, this is very stupid.

At least m_config_get_co() gets actually slightly cleaner, because it
separates the search and the deprecation handling.
2016-09-05 21:26:39 +02:00
..
m_config.c m_config: avoid accidentally causing deprecation warnings 2016-09-05 21:26:39 +02:00
m_config.h config: allow profile forward-references in default profile 2016-09-02 21:21:47 +02:00
m_option.c vo_opengl: deprecate sub-options, add them as global options 2016-09-02 21:21:47 +02:00
m_option.h options: add automagic hack for handling sub-option deprecations 2016-09-05 21:26:39 +02:00
m_property.c command: add options to property list 2016-09-01 20:00:43 +02:00
m_property.h command: add options to property list 2016-09-01 20:00:43 +02:00
options.c audio/out: deprecate "exclusive" sub-options 2016-09-05 21:26:39 +02:00
options.h audio/out: deprecate "exclusive" sub-options 2016-09-05 21:26:39 +02:00
parse_commandline.c
parse_commandline.h
parse_configfile.c config: allow profile forward-references in default profile 2016-09-02 21:21:47 +02:00
parse_configfile.h
path.c
path.h