X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.h;h=b814961011f60c9144b9b34d4b6211bf9acf4e31;hb=f924d6e40b269158ff54f5b5a6f08ae3fdefbd5c;hp=2d2afc82239a0ba0165dff19cf6b9e5abaa0c7ec;hpb=4362f272c0ae280cde833589e5c9c6696bd878d5;p=ffmpeg diff --git a/cmdutils.h b/cmdutils.h index 2d2afc82239..b814961011f 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -43,11 +43,6 @@ extern const char program_name[]; */ extern const int program_birth_year; -/** - * this year, defined by the program for show_banner() - */ -extern const int this_year; - extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; extern AVFormatContext *avformat_opts; extern struct SwsContext *sws_opts; @@ -414,6 +409,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.