summaryrefslogtreecommitdiffstats
path: root/libhb/handbrake/dvd.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
|
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
|
* libhb: avoid harfbuzz header barrier collisionsJohn Stebbins2019-09-121-5/+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/+120
Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory