]> granicus.if.org Git - handbrake/commit
x265: add support for 8/10/12 bit encoding in single static lib (#975)
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 6 Nov 2017 15:57:01 +0000 (07:57 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2017 15:57:01 +0000 (07:57 -0800)
commitef5e24d863a34ffff73ed9293635cdbfc1a98fe9
treeb46da5c2d34838e9c63abc01d8d0abaceb376514
parent5eb3abb1d962e0dddb05638497f43f6e7ef02e18
x265: add support for 8/10/12 bit encoding in single static lib (#975)

Builds x265 three times, once for each bit depth.  Then merges the static libs into one library that HandBrake can statically link against.
14 files changed:
contrib/x265/module.defs
contrib/x265/module.rules
contrib/x265_10bit/P00-mingw-lib.patch [new file with mode: 0644]
contrib/x265_10bit/module.defs [new file with mode: 0644]
contrib/x265_10bit/module.rules [new file with mode: 0644]
contrib/x265_12bit/P00-mingw-lib.patch [new file with mode: 0644]
contrib/x265_12bit/module.defs [new file with mode: 0644]
contrib/x265_12bit/module.rules [new file with mode: 0644]
contrib/x265_8bit/P00-mingw-lib.patch [new file with mode: 0644]
contrib/x265_8bit/module.defs [new file with mode: 0644]
contrib/x265_8bit/module.rules [new file with mode: 0644]
make/include/base.defs
make/include/contrib.defs
make/include/main.defs