From 69cf626f9c1ba29e66ff62e2b835dcfc3031db8d Mon Sep 17 00:00:00 2001 From: Stephen Hutchinson Date: Sun, 11 Aug 2013 12:17:57 -0400 Subject: cmdutils: Add -buildconf option. The output is formatted to display one option per line. Signed-off-by: Michael Niedermayer --- cmdutils_common_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cmdutils_common_opts.h') 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" }, -- cgit v1.2.3