From e869d08cbceee27f08e77eb54eef93740f5df00b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 4 Jan 2012 01:52:58 +0100 Subject: cmdutils: make this_year extern, so it can be referenced from other .o files Required by a pending change in ffprobe. --- cmdutils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index b9ea1cfc69..61d07887b0 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -43,6 +43,11 @@ 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; -- cgit v1.2.3