diff options
| author | Michael Forney <mforney@mforney.org> | 2019-08-06 12:48:56 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-08-06 12:48:56 -0700 |
| commit | 9ee08747f740979005a30b4ecf4930640cf33ac8 (patch) | |
| tree | 364bc7976022c5d5751a9f4cefa3a253922b9d68 /pkg/ffmpeg/config.h | |
| parent | 1c12f85e27606fc4246ae148d3ecd8c5e1585742 (diff) | |
ffmpeg: Update to 4.2
Diffstat (limited to 'pkg/ffmpeg/config.h')
| -rw-r--r-- | pkg/ffmpeg/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/ffmpeg/config.h b/pkg/ffmpeg/config.h index 701f6d56..b9b5f890 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 2018 +#define CONFIG_THIS_YEAR 2019 #define FFMPEG_DATADIR "/share/ffmpeg" #define AVCONV_DATADIR "/share/ffmpeg" -#define CC_IDENT "gcc 7.3.0 (GCC)" +#define CC_IDENT "gcc 8.3.0 (GCC)" #define av_restrict restrict #define EXTERN_PREFIX "" #define EXTERN_ASM |
