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/HBStateFormatter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBStateFormatter.m') diff --git a/macosx/HBStateFormatter.m b/macosx/HBStateFormatter.m index 39b69a6b2..6d7ca5e16 100644 --- a/macosx/HBStateFormatter.m +++ b/macosx/HBStateFormatter.m @@ -6,7 +6,7 @@ #import "HBStateFormatter.h" #import "HBLocalizationUtilities.h" -#include "handbrake.h" +#include "handbrake/handbrake.h" @implementation HBStateFormatter -- cgit v1.2.3