diff options
author | John Stebbins <[email protected]> | 2019-09-11 09:56:06 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-09-12 10:22:07 -0700 |
commit | 1b7948495fcf4d511e62d7f9c3a0c1a3ccb59f80 (patch) | |
tree | c87c308f35d862678a4bca37637d24acb8de1c2c /libhb/taskset.c | |
parent | a7f548861f9f0be309659e93eaccd1994a3a5cfe (diff) |
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
Diffstat (limited to 'libhb/taskset.c')
-rw-r--r-- | libhb/taskset.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/taskset.c b/libhb/taskset.c index e829fd79b..936ef4de5 100644 --- a/libhb/taskset.c +++ b/libhb/taskset.c @@ -7,9 +7,9 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "handbrake.h" -#include "ports.h" -#include "taskset.h" +#include "handbrake/handbrake.h" +#include "handbrake/ports.h" +#include "handbrake/taskset.h" int taskset_init( taskset_t *ts, int thread_count, size_t arg_size ) |