From: James Zern Date: Mon, 23 Mar 2015 23:07:21 +0000 (-0700) Subject: vp8cx.h: vpx/vpx_encoder.h -> ./vpx_encoder.h X-Git-Tag: v1.4.0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19b4dead256d9da8cddef2f7792a58ce9b3cbb85;p=platform%2Fupstream%2Flibvpx.git 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 --- 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