add ffmpeg as submodule
This commit is contained in:
parent
a9a63c2271
commit
ee2d325d08
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -2,3 +2,7 @@
|
|||
path = thirdparty/photoswipe
|
||||
url = https://github.com/ente-io/PhotoSwipe.git
|
||||
branch = master
|
||||
[submodule "ffmpeg-wasm"]
|
||||
path = thirdparty/ffmpeg-wasm
|
||||
url = git@github.com:abhinavkgrd/ffmpeg.wasm.git
|
||||
branch = single-thread
|
||||
|
|
1
thirdparty/ffmpeg-wasm
vendored
Submodule
1
thirdparty/ffmpeg-wasm
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 321fd909f62924e3d94035846fa33b95155e3dba
|
Loading…
Reference in a new issue