summaryrefslogtreecommitdiffstats
path: root/contrib/x264/A00-version-string.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/x264/A00-version-string.patch')
-rw-r--r--contrib/x264/A00-version-string.patch15
1 files changed, 11 insertions, 4 deletions
diff --git a/contrib/x264/A00-version-string.patch b/contrib/x264/A00-version-string.patch
index e7b6f9189..8e46d601c 100644
--- a/contrib/x264/A00-version-string.patch
+++ b/contrib/x264/A00-version-string.patch
@@ -1,8 +1,8 @@
diff --git a/x264.h b/x264.h
-index 2b59b92..6211a64 100644
+index 2b59b92..86b7198 100644
--- a/x264.h
+++ b/x264.h
-@@ -45,7 +45,17 @@ extern "C" {
+@@ -45,7 +45,24 @@ extern "C" {
#include "x264_config.h"
@@ -16,8 +16,15 @@ index 2b59b92..6211a64 100644
+#ifdef X264_VERSION
+#undef X264_VERSION
+#endif
-+#define X264_BUILD 148
-+#define X264_VERSION " r2705 3f5ed56"
++#ifdef X264_BUILD
++#undef X264_BUILD
++#endif
++#ifdef X264_POINTVER
++#undef X264_POINTVER
++#endif
++#define X264_BUILD 148
++#define X264_VERSION " r2708 86b7198"
++#define X264_POINTVER "0.148.2708 86b7198"
/* Application developers planning to link against a shared library version of
* libx264 from a Microsoft Visual Studio or similar development environment