| Index: remoting/codec/video_encoder_vp8.cc
|
| diff --git a/remoting/codec/video_encoder_vp8.cc b/remoting/codec/video_encoder_vp8.cc
|
| index 03758cae8301bd41e7a67fa8bb5c09cb0ab78997..ace549bbba5993107fae7ffb3ba24fbcea05e927 100644
|
| --- a/remoting/codec/video_encoder_vp8.cc
|
| +++ b/remoting/codec/video_encoder_vp8.cc
|
| @@ -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"
|
| }
|
|
|
| namespace {
|
|
|