diff options
author | Stephen Hutchinson | 2013-08-11 12:17:57 -0400 |
---|---|---|
committer | Michael Niedermayer | 2013-11-19 22:09:48 +0100 |
commit | 69cf626f9c1ba29e66ff62e2b835dcfc3031db8d (patch) | |
tree | 0e0497a8d16597be564c76628179e1bf0993a966 /cmdutils.h | |
parent | d5d29ae3b0375320a7a34f85a5a90e8362550dbb (diff) |
cmdutils: Add -buildconf option.
The output is formatted to display one option per line.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 2d2afc8223..ce6660aa4c 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -415,6 +415,13 @@ void show_banner(int argc, char **argv, const OptionDef *options); int show_version(void *optctx, const char *opt, const char *arg); /** + * Print the build configuration of the program to stdout. The contents + * depend on the definition of FFMPEG_CONFIGURATION. + * This option processing function does not utilize the arguments. + */ +int show_buildconf(void *optctx, const char *opt, const char *arg); + +/** * Print the license of the program to stdout. The license depends on * the license of the libraries compiled into the program. * This option processing function does not utilize the arguments. |