-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit add support to build flags Currently is included: support for pthreads, LTO builds and Debug builds. Emscripten docker image is updated from 2.0.20 to 3.1.3. Split the Makefile into several files to build/m4. Changed from Autotools to Meson where its possible, to reduce the number of patches. Removed libass.cpp, this can be implemented in SubtitleOctopus.cpp Add zip task to make bundles
- Loading branch information
1 parent
ab5d440
commit 196d765
Showing
28 changed files
with
675 additions
and
688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ node_modules/ | |
build/lib | ||
src/SubOctpInterface.cpp | ||
src/SubOctpInterface.js | ||
build/__pycache__/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.