diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 17:03:04 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 17:03:04 +0000 |
commit | d6ab6e85a41237121a28f51dd3f38135df48bf5a (patch) | |
tree | fb6937cc3c62e26dd5fb246d86b55f1f10841ea4 /DEPS | |
parent | e4f0c10392960d73974b6c91e41dd9ffec41a64e (diff) | |
download | chromium_src-d6ab6e85a41237121a28f51dd3f38135df48bf5a.zip chromium_src-d6ab6e85a41237121a28f51dd3f38135df48bf5a.tar.gz chromium_src-d6ab6e85a41237121a28f51dd3f38135df48bf5a.tar.bz2 |
Roll speex, flac, libvpx DEPS to get shim header changes.
R=dalecurtis
TBR=darin,garykac
BUG=165264
Review URL: https://codereview.chromium.org/11791006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ vars = { "libjingle_revision": "257", "libphonenumber_revision": "456", - "libvpx_revision": "173187", + "libvpx_revision": "175207", "lss_revision": "17", # These two FFmpeg variables must be updated together. One is used for SVN @@ -259,7 +259,7 @@ deps = { "/trunk/deps/third_party/libsrtp@174628", "src/third_party/speex": - "/trunk/deps/third_party/speex@160092", + "/trunk/deps/third_party/speex@175205", "src/third_party/yasm/source/patched-yasm": "/trunk/deps/third_party/yasm/patched-yasm@167605", @@ -268,7 +268,7 @@ deps = { "/trunk/deps/third_party/libjpeg_turbo@149334", "src/third_party/flac": - "/trunk/deps/third_party/flac@174038", + "/trunk/deps/third_party/flac@175206", "src/third_party/pyftpdlib/src": (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |