summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-05-21 17:39:24 -0700
committerMichael Forney <mforney@mforney.org>2020-05-21 18:10:24 -0700
commit8a0285efda880b2a57b29d4e2b9676d16c5ed42b (patch)
treeab74dcbb12de907d36bd2c010233e801e5d9b983 /pkg/ffmpeg/config.h
parent99da1a5c89bcf793d9759cfb0d53d4f28454745b (diff)
ffmpeg: Update to 4.2.3
Diffstat (limited to 'pkg/ffmpeg/config.h')
-rw-r--r--pkg/ffmpeg/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/ffmpeg/config.h b/pkg/ffmpeg/config.h
index b9b5f890..73e76b71 100644
--- a/pkg/ffmpeg/config.h
+++ b/pkg/ffmpeg/config.h
@@ -2,10 +2,10 @@
#define FFMPEG_CONFIG_H
#define FFMPEG_CONFIGURATION ""
#define FFMPEG_LICENSE "LGPL version 2.1 or later"
-#define CONFIG_THIS_YEAR 2019
+#define CONFIG_THIS_YEAR 2020
#define FFMPEG_DATADIR "/share/ffmpeg"
#define AVCONV_DATADIR "/share/ffmpeg"
-#define CC_IDENT "gcc 8.3.0 (GCC)"
+#define CC_IDENT "gcc 10.1.0 (GCC)"
#define av_restrict restrict
#define EXTERN_PREFIX ""
#define EXTERN_ASM