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 --- gtk/src/audiohandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/src/audiohandler.c') diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c index e922d40f7..404c37659 100644 --- a/gtk/src/audiohandler.c +++ b/gtk/src/audiohandler.c @@ -24,7 +24,7 @@ #include #include "ghbcompat.h" -#include "handbrake.h" +#include "handbrake/handbrake.h" #include "settings.h" #include "jobdict.h" #include "titledict.h" -- cgit v1.2.3