mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01: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