diff options
author | Bradley Sepos <[email protected]> | 2018-11-20 07:23:56 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-11-26 09:51:19 -0500 |
commit | 55c6f19243d2ad95b00c107e03db0e47e2579be0 (patch) | |
tree | 16bc578450f8dc56989e5e7784c804c92d1041e5 /contrib/x264/A00-version-string.patch | |
parent | 403771498fa7fe0db2aed07678d99c68dabfef68 (diff) |
contrib: Update to x264 build 157 r2935 545de2f.
Diffstat (limited to 'contrib/x264/A00-version-string.patch')
-rw-r--r-- | contrib/x264/A00-version-string.patch | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/contrib/x264/A00-version-string.patch b/contrib/x264/A00-version-string.patch index 9465c6bc9..c61a50c00 100644 --- a/contrib/x264/A00-version-string.patch +++ b/contrib/x264/A00-version-string.patch @@ -1,12 +1,10 @@ -diff --git a/x264.h b/x264.h -index 2b59b92..86b7198 100644 ---- a/x264.h -+++ b/x264.h -@@ -45,7 +45,24 @@ extern "C" { +--- a/x264.h.orig 2018-11-20 06:39:30.000000000 -0500 ++++ b/x264.h 2018-11-20 06:39:07.000000000 -0500 +@@ -45,7 +45,24 @@ #include "x264_config.h" --#define X264_BUILD 155 +-#define X264_BUILD 157 +/* + * Define the full version explicitly so that it survives a git --archive. + * @@ -22,9 +20,9 @@ index 2b59b92..86b7198 100644 +#ifdef X264_POINTVER +#undef X264_POINTVER +#endif -+#define X264_BUILD 155 -+#define X264_VERSION " r2901 7d0ff22" -+#define X264_POINTVER "0.155.2901 7d0ff22" ++#define X264_BUILD 157 ++#define X264_VERSION " r2935 545de2f" ++#define X264_POINTVER "0.157.2935 545de2f" /* Application developers planning to link against a shared library version of * libx264 from a Microsoft Visual Studio or similar development environment |