summaryrefslogtreecommitdiffstats
path: root/media/DEPS
diff options
context:
space:
mode:
authortomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-21 01:38:59 +0000
committertomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-21 01:38:59 +0000
commitf0811ff16e139a5d7eaaf78cad55d0ed1926863b (patch)
tree098dd80ff9580cde77f959d694405134d5133c4d /media/DEPS
parent3507cc7914911e274911141e37b2cee9cb31c58d (diff)
downloadchromium_src-f0811ff16e139a5d7eaaf78cad55d0ed1926863b.zip
chromium_src-f0811ff16e139a5d7eaaf78cad55d0ed1926863b.tar.gz
chromium_src-f0811ff16e139a5d7eaaf78cad55d0ed1926863b.tar.bz2
Add wrapper class to media for support of VP9 video, and add a command line flag to enable the support.
This initial version of the wrapper provides support for decoding VP9 video in WebM container files, and is disabled by default. New flag added: --enable-vp9-playback BUG=166094 TEST=VP9 video in WebM containers plays back in <video> elements when --enable-vp9-playback is specified on the command line. Review URL: https://chromiumcodereview.appspot.com/11468018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/DEPS')
-rw-r--r--media/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/DEPS b/media/DEPS
index a72ca3e..9a92ab7 100644
--- a/media/DEPS
+++ b/media/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+jni",
"+third_party/ffmpeg",
+ "+third_party/libvpx",
"+third_party/openmax",
"+third_party/opus",
"+third_party/skia",