mpv/options
wm4 2964788055
options: deprecate --ff- options and properties
Some old crap which nobody needs and which probably nobody uses.

This relies on a GCC extension: using "## __VA_ARGS__" to remove the
comma from the argument list if the va args are empty. It's supported
by clang, and there's some chance newer standards will introduce a
proper way to do this. (Even if it breaks somewhere, it will be a
problem only for 1 release, since I want to drop the deprecated
properties immediately.)
2017-12-21 19:51:30 +01:00
..
m_config.c
m_config.h
m_option.c
m_option.h
m_property.c
m_property.h
options.c
options.h
parse_commandline.c
parse_commandline.h
parse_configfile.c
parse_configfile.h
path.c
path.h