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 --- macosx/HBUtilities.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBUtilities.m') diff --git a/macosx/HBUtilities.m b/macosx/HBUtilities.m index 1f2810a52..4015dd916 100644 --- a/macosx/HBUtilities.m +++ b/macosx/HBUtilities.m @@ -7,7 +7,7 @@ #import "HBUtilities.h" #import -#include "lang.h" +#include "handbrake/lang.h" static BOOL hb_resolveBookmarks = YES; -- cgit v1.2.3