mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-25 14:09:14 +00: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:
parent
ceef1ee767
commit
e869d08cbc
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue