mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-21 17:06:52 +08:00
cmdutils: make this_year extern, so it can be referenced from other .o files
Required by a pending change in ffprobe.
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
struct SwsContext *sws_opts;
|
||||
AVDictionary *format_opts, *codec_opts;
|
||||
|
||||
static const int this_year = 2012;
|
||||
const int this_year = 2012;
|
||||
|
||||
static FILE *report_file;
|
||||
|
||||
|
Reference in New Issue
Block a user