diff options
Diffstat (limited to 'remoting/codec/video_decoder_vp8.cc')
-rw-r--r-- | remoting/codec/video_decoder_vp8.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/codec/video_decoder_vp8.cc b/remoting/codec/video_decoder_vp8.cc index 1565468..d871542 100644 --- a/remoting/codec/video_decoder_vp8.cc +++ b/remoting/codec/video_decoder_vp8.cc @@ -13,7 +13,8 @@ extern "C" { #define VPX_CODEC_DISABLE_COMPAT 1 -#include "third_party/libvpx/libvpx.h" +#include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h" +#include "third_party/libvpx/source/libvpx/vpx/vp8dx.h" } namespace remoting { |