diff --git a/contrib/x264/A00-version-string.patch b/contrib/x264/A00-version-string.patch index 739117a9dd09..b6f839efec03 100644 --- a/contrib/x264/A00-version-string.patch +++ b/contrib/x264/A00-version-string.patch @@ -4,7 +4,7 @@ #include "x264_config.h" --#define X264_BUILD 161 +-#define X264_BUILD 163 +/* + * Define the full version explicitly so that it survives a git --archive. + * @@ -20,9 +20,9 @@ +#ifdef X264_POINTVER +#undef X264_POINTVER +#endif -+#define X264_BUILD 161 -+#define X264_VERSION " r3043 59c06095" -+#define X264_POINTVER "0.161.3043 59c06095" ++#define X264_BUILD 163 ++#define X264_VERSION " r3059 b684ebe0" ++#define X264_POINTVER "0.163.3059 b684ebe0" #ifdef _WIN32 # define X264_DLL_IMPORT __declspec(dllimport) diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index 6a4d39734262..34b2646e8134 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -1,8 +1,8 @@ $(eval $(call import.MODULE.defs,X264,x264)) $(eval $(call import.CONTRIB.defs,X264)) -X264.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x264-snapshot-20210203-3043.tar.gz -X264.FETCH.sha256 = 7ac3319de98a27c0e1e5d4014a8ae82cb09049e9f1a1c619d404b379d60ef828 +X264.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x264-snapshot-20210606-3059.tar.gz +X264.FETCH.sha256 = bc833e1d4286cace96b3ddea336f77c31fd3b6d79b4505fc432eaaef01279978 X264.GCC.args.c_std =