diff options
author | tomfinegan@google.com <tomfinegan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 07:29:46 +0000 |
---|---|---|
committer | tomfinegan@google.com <tomfinegan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 07:29:46 +0000 |
commit | 0c266acc4817c85ecd5c762a7a277aa1aef49062 (patch) | |
tree | 98979a803c02fae18b26d9553b893c16d9bbbd13 /DEPS | |
parent | c174d14f357c07bb4f69700435130671cc36578e (diff) | |
download | chromium_src-0c266acc4817c85ecd5c762a7a277aa1aef49062.zip chromium_src-0c266acc4817c85ecd5c762a7a277aa1aef49062.tar.gz chromium_src-0c266acc4817c85ecd5c762a7a277aa1aef49062.tar.bz2 |
Roll libvpx_revision from 57643 to 58133. Fixes gLucid multithread decode
performance. Includes additional ia32 optimizations.
BUG=none
TEST=Multithread decode should be faster than single thread decode on linux
Review URL: http://codereview.chromium.org/3314001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ vars = { "chromium_git": "http://src.chromium.org/git", "swig_revision": "40423", "nacl_revision": "3005", - "libvpx_revision": "57643", + "libvpx_revision": "58133", "libjingle_revision": "27", } |