diff options
author | dynaflash <[email protected]> | 2010-12-02 00:25:54 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-12-02 00:25:54 +0000 |
commit | d46ec09d3c22bdbe00d725794aee4d9d2ade3d8a (patch) | |
tree | 68b1eb6b4c82801d725adfd1ace6e32a0ee5288e /contrib | |
parent | f674b22b2602c9344f9ba22d9a6e402a0646b627 (diff) |
x264 bump from r1790 to r1804
- this bump actually has the weightp 1 improvement which was an error in the last bump. Duh!
- Again the weightp 1 improvement is noted here http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=e440dc0f7909c67cdca148fc8a9ea413521e0e5b
- Also changes qpmin default to 0 as addressed here http://git.videolan.org/?p=x264.git;a=commit;h=04256645537d17b66f2a46bd8605859e91e0cf8a
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3697 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/x264/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index 4fc4fac96..27bc5d29a 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,X264,x264,PTHREADW32)) $(eval $(call import.CONTRIB.defs,X264)) -X264.FETCH.url = http://download.handbrake.fr/handbrake/contrib/x264-r1790-8eaf8a6.tar.gz +X264.FETCH.url = http://download.handbrake.fr/handbrake/contrib/x264-r1804-e89c4cf.tar.gz X264.EXTRACT.tarbase = x264 X264.CONFIGURE.deps = |