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/HBSubtitlesTrack.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/HBSubtitlesTrack.m') diff --git a/macosx/HBSubtitlesTrack.m b/macosx/HBSubtitlesTrack.m index 019c89cf9..457410a27 100644 --- a/macosx/HBSubtitlesTrack.m +++ b/macosx/HBSubtitlesTrack.m @@ -8,8 +8,8 @@ #import "HBCodingUtilities.h" #import "HBTitle.h" -#include "common.h" -#include "lang.h" +#include "handbrake/common.h" +#include "handbrake/lang.h" #define CHAR_CODE_DEFAULT_INDEX 28 -- cgit v1.2.3