Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hutchinson <qyot27@gmail.com>2013-08-11 20:17:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-11-20 01:09:48 +0400
commit69cf626f9c1ba29e66ff62e2b835dcfc3031db8d (patch)
tree0e0497a8d16597be564c76628179e1bf0993a966 /cmdutils.h
parentd5d29ae3b0375320a7a34f85a5a90e8362550dbb (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.h7
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.