summaryrefslogtreecommitdiffstats
path: root/remoting/codec/video_encoder_vpx.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/codec/video_encoder_vpx.cc')
-rw-r--r--remoting/codec/video_encoder_vpx.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc
index 2a5894d..ea84859 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 {