diff options
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; |