diff options
author | jstebbins <[email protected]> | 2015-02-13 19:47:16 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-02-13 19:47:16 +0000 |
commit | 44581b93d45ea045c82344a361900d61fc170e18 (patch) | |
tree | 9e89b0a61d9a1508297fbc8a7801323f46522257 | |
parent | 200be8782f6c9082dfb9228842b10bc1ba139315 (diff) |
x264: bump to build 144
New AQ mode: auto-variance AQ with bias to dark scenes
Also known as --aq-mode 3 or auto-variance AQ modification.
Other ARM CPU improvements that are not very relevant to HandBrake.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6902 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | contrib/x264/A00-version-string.patch | 6 | ||||
-rw-r--r-- | contrib/x264/module.defs | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/x264/A00-version-string.patch b/contrib/x264/A00-version-string.patch index c5174cbcc..4f0396f90 100644 --- a/contrib/x264/A00-version-string.patch +++ b/contrib/x264/A00-version-string.patch @@ -6,7 +6,7 @@ index 2e4a98d..2065222 100644 #include "x264_config.h" --#define X264_BUILD 142 +-#define X264_BUILD 144 +/* + * Define the full version explicitly so that it survives a git --archive. + * @@ -16,8 +16,8 @@ index 2e4a98d..2065222 100644 +#ifdef X264_VERSION +#undef X264_VERSION +#endif -+#define X264_BUILD 142 -+#define X264_VERSION " r2479 dd79a61" ++#define X264_BUILD 144 ++#define X264_VERSION " r2525 40bb568" /* Application developers planning to link against a shared library version of * libx264 from a Microsoft Visual Studio or similar development environment diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index 128e674bb..fa9bb2570 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,X264,x264,YASM PTHREADW32)) $(eval $(call import.CONTRIB.defs,X264)) -X264.FETCH.url = http://download.handbrake.fr/handbrake/contrib/x264-r2479-dd79a61.tar.gz +X264.FETCH.url = http://download.handbrake.fr/handbrake/contrib/x264-r2525-40bb568.tar.gz X264.EXTRACT.tarbase = x264 X264.GCC.args.c_std = |