diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 22:58:38 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 22:58:38 +0000 |
commit | bc3047d583c01a26f46ec6b504b5171792b528c5 (patch) | |
tree | 0084fdfd581f86da78d0e722fba232972bcb0ae5 /DEPS | |
parent | bf7eb2f9e1bf4bc4f844489b0c6391917c0d4163 (diff) | |
download | chromium_src-bc3047d583c01a26f46ec6b504b5171792b528c5.zip chromium_src-bc3047d583c01a26f46ec6b504b5171792b528c5.tar.gz chromium_src-bc3047d583c01a26f46ec6b504b5171792b528c5.tar.bz2 |
ffmpeg update to new version of ffmpeg june 16 and libvpx 0.9.1
BUG=none
TEST=videos should still play
Review URL: http://codereview.chromium.org/2862017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "webkit_revision": "62028", - "ffmpeg_revision": "49485", + "ffmpeg_revision": "51060", "skia_revision": "583", "chromium_git": "http://src.chromium.org/git", "swig_revision": "40423", "nacl_revision": "2555", - "libvpx_revision": "47941", + "libvpx_revision": "51060", "libjingle_revision": "21", } |