ref: 7999c07697740387a48783de1902a1f465dabeb0
parent: f7bcce91afb858084cb006a3660330af0ad71bb6
author: James Zern <jzern@google.com>
date: Mon Mar 23 12:07:21 EDT 2015
vp8cx.h: vpx/vpx_encoder.h -> ./vpx_encoder.h this matches the other includes and simplifies include paths in builds from source Change-Id: I344902c84f688ef93c9f3a53e7c06c30db49d8d3
--- 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
--
⑨