summaryrefslogtreecommitdiffstats
path: root/libhb/handbrake/vce_common.h
Commit message (Collapse)AuthorAgeFilesLines
* libhb: avoid harfbuzz header barrier collisionsJohn Stebbins2019-09-121-0/+5
| | | | | | 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/+20
Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory