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 /media/webm | |
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 'media/webm')
-rw-r--r-- | media/webm/chromeos/webm_encoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/webm/chromeos/webm_encoder.h b/media/webm/chromeos/webm_encoder.h index 231a0b0..d0e7414 100644 --- a/media/webm/chromeos/webm_encoder.h +++ b/media/webm/chromeos/webm_encoder.h @@ -14,7 +14,8 @@ extern "C" { #define VPX_CODEC_DISABLE_COMPAT 1 -#include "third_party/libvpx/libvpx.h" +#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h" +#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h" } class FilePath; |