diff options
author | Stephen Hutchinson <qyot27@gmail.com> | 2013-08-11 12:17:57 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-19 22:09:48 +0100 |
commit | 69cf626f9c1ba29e66ff62e2b835dcfc3031db8d (patch) | |
tree | 0e0497a8d16597be564c76628179e1bf0993a966 /cmdutils_common_opts.h | |
parent | d5d29ae3b0375320a7a34f85a5a90e8362550dbb (diff) | |
download | ffmpeg-69cf626f9c1ba29e66ff62e2b835dcfc3031db8d.tar.gz |
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_common_opts.h')
-rw-r--r-- | cmdutils_common_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h index 69663039e0..3e3f0ac5c8 100644 --- a/cmdutils_common_opts.h +++ b/cmdutils_common_opts.h @@ -4,6 +4,7 @@ { "help" , OPT_EXIT, {.func_arg = show_help}, "show help", "topic" }, { "-help" , OPT_EXIT, {.func_arg = show_help}, "show help", "topic" }, { "version" , OPT_EXIT, {.func_arg = show_version}, "show version" }, + { "buildconf" , OPT_EXIT, {.func_arg = show_buildconf}, "show build configuration" }, { "formats" , OPT_EXIT, {.func_arg = show_formats }, "show available formats" }, { "codecs" , OPT_EXIT, {.func_arg = show_codecs }, "show available codecs" }, { "decoders" , OPT_EXIT, {.func_arg = show_decoders }, "show available decoders" }, |