mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1316] [MERGED] Build with Bazel #2095
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1316
Author: @cfsmp3
Created: 4/4/2021
Status: ✅ Merged
Merged: 4/5/2021
Merged by: @cfsmp3
Base:
master← Head:bazel📝 Commits (10+)
15a7a20Moved ZVBI and mp4.c to lib_ccx4f76586WIP: Bazel9efaa27Fix autotools?3316018fix autotoolsf61daaaFixe127107Fix cmakeffe423dWIPd7c3d99Update ccextractor.vcxprojd21f286Update ccextractor.vcxprojdeeb8a6WIP📊 Changes
21 files changed (+178 additions, -11 deletions)
View changed files
📝
.gitignore(+3 -0)➕
WORKSPACE(+0 -0)➕
src/BUILD(+16 -0)➕
src/lib_ccx/BUILD(+30 -0)📝
src/lib_ccx/ccx_decoders_vbi.h(+1 -1)📝
src/lib_ccx/ccx_encoders_common.c(+1 -1)📝
src/lib_ccx/output.c(+1 -1)📝
src/lib_ccx/zvbi/bcd.h(+1 -1)📝
src/lib_ccx/zvbi/bit_slicer.c(+1 -1)📝
src/lib_ccx/zvbi/decoder.c(+1 -1)📝
src/lib_ccx/zvbi/misc.h(+3 -3)📝
src/lib_ccx/zvbi/raw_decoder.c(+1 -1)📝
src/lib_ccx/zvbi/sampling_par.c(+1 -1)➕
src/thirdparty/freetype/BUILD(+59 -0)➕
src/thirdparty/gpacmp4/BUILD(+8 -0)➕
src/thirdparty/lib_hash/BUILD(+7 -0)➕
src/thirdparty/libpng/BUILD(+7 -0)➕
src/thirdparty/protobuf-c/BUILD(+16 -0)➕
src/thirdparty/utf8proc/BUILD(+7 -0)➕
src/thirdparty/win_iconv/BUILD(+7 -0)...and 1 more files
📄 Description
First working version of Bazel. Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.