diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-21 20:18:15 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-21 20:18:15 +0000 |
commit | a20df1f7fa136a777212206ce61c119da2c9a0e2 (patch) | |
tree | c673996cf1d0ae017214744a06e0f4d240304fec /media/DEPS | |
parent | 8bcb0ab7d54f5786320e782e10b6616023a92931 (diff) | |
download | chromium_src-a20df1f7fa136a777212206ce61c119da2c9a0e2.zip chromium_src-a20df1f7fa136a777212206ce61c119da2c9a0e2.tar.gz chromium_src-a20df1f7fa136a777212206ce61c119da2c9a0e2.tar.bz2 |
Revert 177842. This doesn't build in standalone webkit builds:
https://bugs.webkit.org/show_bug.cgi?id=107468
It looks like the exact same problem happened when this landed the last time:
https://bugs.webkit.org/show_bug.cgi?id=105813
Please make sure this issue is fixed before you reland.
The CL also likely regressed binary size by 0.25MB: http://crbug.com/171143
> 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
>
> TBR=brettw,scherkus,xhwang
> 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/12025030
TBR=tomfinegan@chromium.org
Review URL: https://codereview.chromium.org/11953017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/DEPS')
-rw-r--r-- | media/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ include_rules = [ "+jni", "+third_party/ffmpeg", - "+third_party/libvpx", "+third_party/openmax", "+third_party/opus", "+third_party/skia", |