summaryrefslogtreecommitdiffstats
path: root/libhb/handbrake/ssautil.h
Commit message (Collapse)AuthorAgeFilesLines
* libhb: avoid harfbuzz header barrier collisionsJohn Stebbins2019-09-121-3/+3
| | | | | | harfbuz prefixes header barriers with HB_* which conflicts with some of handbrakes header barriers. So use prefix HANDBRAKE_* for all of our headers.
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-0/+34
Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory