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/NSDictionary+HBAdditions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/NSDictionary+HBAdditions.h') diff --git a/macosx/NSDictionary+HBAdditions.h b/macosx/NSDictionary+HBAdditions.h index b653d1b59..42fc79a54 100644 --- a/macosx/NSDictionary+HBAdditions.h +++ b/macosx/NSDictionary+HBAdditions.h @@ -5,7 +5,7 @@ It may be used under the terms of the GNU General Public License. */ #import -#include "hb_dict.h" +#include "handbrake/hb_dict.h" NS_ASSUME_NONNULL_BEGIN -- cgit v1.2.3