| Index: remoting/codec/video_encoder_vpx.cc
|
| diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc
|
| index 2a5894d46578106dd0e2d8a8a41b5d4d9348d303..ea84859034ec0a332af145387a44f25d36e442eb 100644
|
| --- a/remoting/codec/video_encoder_vpx.cc
|
| +++ b/remoting/codec/video_encoder_vpx.cc
|
| @@ -18,8 +18,8 @@
|
|
|
| extern "C" {
|
| #define VPX_CODEC_DISABLE_COMPAT 1
|
| -#include "third_party/libvpx_new/source/libvpx/vpx/vp8cx.h"
|
| -#include "third_party/libvpx_new/source/libvpx/vpx/vpx_encoder.h"
|
| +#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h"
|
| +#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h"
|
| }
|
|
|
| namespace remoting {
|
|
|