Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the building requirements as submodules. #10

Open
wants to merge 1 commit into
base: test
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[submodule "vsrepo"]
path = vsrepo
url = https://github.com/vapoursynth/vsrepo
[submodule "zimg"]
path = zimg
url = https://github.com/sekrit-twc/zimg
branch = v3.0
[submodule "AviSynthPlus"]
path = AviSynthPlus
url = https://github.com/AviSynth/AviSynthPlus.git
[submodule "libp2p"]
path = libp2p
url = https://github.com/sekrit-twc/libp2p.git
[submodule "mimalloc"]
path = mimalloc
url = https://github.com/microsoft/mimalloc
1 change: 1 addition & 0 deletions AviSynthPlus
Submodule AviSynthPlus added at bdb6e7
1 change: 1 addition & 0 deletions libp2p
Submodule libp2p added at 10f88f
1 change: 1 addition & 0 deletions mimalloc
Submodule mimalloc added at 8f7d1e
1 change: 1 addition & 0 deletions vsrepo
Submodule vsrepo added at fca2fd
1 change: 1 addition & 0 deletions zimg
Submodule zimg added at e5b0de