diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-30 00:28:40 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-30 00:28:40 +0000 |
commit | 6ef2067c287ffbe78bf193f72fd12cf9ce57f08a (patch) | |
tree | 7a851346c1ab91ec138d2391b325f418b043226d /DEPS | |
parent | d278c8299792fac77a5b9775ee33a94c55bddf43 (diff) | |
download | chromium_src-6ef2067c287ffbe78bf193f72fd12cf9ce57f08a.zip chromium_src-6ef2067c287ffbe78bf193f72fd12cf9ce57f08a.tar.gz chromium_src-6ef2067c287ffbe78bf193f72fd12cf9ce57f08a.tar.bz2 |
Roll DEPS to include changes to FFmpeg build system
This change will avoid exporting libvpx symbols if libvpx is not built into
FFmpeg.
BUG=None
TEST=FFmpeg can be loaded on ARM
Review URL: http://codereview.chromium.org/3518002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ vars = { "nacl_revision": "3365", "libjingle_revision": "29", "libvpx_revision": "60399", - "ffmpeg_revision": "60702", + "ffmpeg_revision": "60910", } deps = { |