summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo+UIAdditions.m
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-09-09 13:35:45 -0700
committerJohn Stebbins <[email protected]>2019-09-10 09:17:18 -0700
commit294bb35fc36b6cb948eaec55c2cfb8b1528d93a7 (patch)
tree5b3460b89054cffeff6dd8138d0478fafc4de326 /macosx/HBVideo+UIAdditions.m
parente88c6d5b7aa709f6c76f94c26bf6ac60d5f2dc12 (diff)
Resolve conflict with harfbuzz include file hb.h
Rename hb.h to handbrake.h
Diffstat (limited to 'macosx/HBVideo+UIAdditions.m')
-rw-r--r--macosx/HBVideo+UIAdditions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBVideo+UIAdditions.m b/macosx/HBVideo+UIAdditions.m
index 4db1bb228..a2c1b4d39 100644
--- a/macosx/HBVideo+UIAdditions.m
+++ b/macosx/HBVideo+UIAdditions.m
@@ -8,7 +8,7 @@
#import "HBJob+Private.h"
#import "HBLocalizationUtilities.h"
-#include "hb.h"
+#include "handbrake.h"
@implementation HBVideo (UIAdditions)