From 1b7948495fcf4d511e62d7f9c3a0c1a3ccb59f80 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Wed, 11 Sep 2019 09:56:06 -0700 Subject: libhb: resolve header conflicts with pango/harfbuzz Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory --- libhb/encx265.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libhb/encx265.c') diff --git a/libhb/encx265.c b/libhb/encx265.c index 39e912737..025f80120 100644 --- a/libhb/encx265.c +++ b/libhb/encx265.c @@ -7,13 +7,13 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "project.h" +#include "handbrake/project.h" #if HB_PROJECT_FEATURE_X265 -#include "handbrake.h" -#include "hb_dict.h" -#include "h265_common.h" +#include "handbrake/handbrake.h" +#include "handbrake/hb_dict.h" +#include "handbrake/h265_common.h" #include "x265.h" int encx265Init (hb_work_object_t*, hb_job_t*); -- cgit v1.2.3