From 19b4dead256d9da8cddef2f7792a58ce9b3cbb85 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 23 Mar 2015 16:07:21 -0700 Subject: [PATCH] vp8cx.h: vpx/vpx_encoder.h -> ./vpx_encoder.h this matches the other includes and simplifies include paths in builds from source (cherry picked from commit 7999c07697740387a48783de1902a1f465dabeb0) Change-Id: I344902c84f688ef93c9f3a53e7c06c30db49d8d3 --- vpx/vp8cx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index fc83ce6..60b588f 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -16,7 +16,7 @@ * @{ */ #include "./vp8.h" -#include "vpx/vpx_encoder.h" +#include "./vpx_encoder.h" /*!\file * \brief Provides definitions for using VP8 or VP9 encoder algorithm within the -- 2.7.4