Remove submodules
This commit is contained in:
parent
42bfc53a77
commit
6ca1d6463a
11 changed files with 0 additions and 52 deletions
42
.gitmodules
vendored
42
.gitmodules
vendored
|
@ -1,42 +0,0 @@
|
|||
[submodule "freetype2"]
|
||||
path = vendor/freetype2
|
||||
url = git://git.sv.nongnu.org/freetype/freetype2.git
|
||||
ignore = dirty
|
||||
[submodule "wxWidgets"]
|
||||
path = vendor/wxWidgets
|
||||
url = git://github.com/Aegisub/wxWidgets.git
|
||||
ignore = dirty
|
||||
[submodule "googletest"]
|
||||
path = vendor/googletest
|
||||
url = git://github.com/svn2github/googletest.git
|
||||
ignore = dirty
|
||||
[submodule "ffmpeg"]
|
||||
path = vendor/ffmpeg
|
||||
url = git://source.ffmpeg.org/ffmpeg.git
|
||||
ignore = dirty
|
||||
[submodule "ffms2"]
|
||||
path = vendor/ffms2
|
||||
url = git://github.com/FFMS/ffms2.git
|
||||
branch = master
|
||||
ignore = dirty
|
||||
[submodule "libass"]
|
||||
path = vendor/libass
|
||||
url = git://github.com/libass/libass.git
|
||||
branch = master
|
||||
[submodule "icu"]
|
||||
path = vendor/icu
|
||||
url = git://github.com/svn2github/icu4c.git
|
||||
branch = master
|
||||
ignore = dirty
|
||||
[submodule "boost"]
|
||||
path = vendor/boost
|
||||
url = https://github.com/boostorg/boost.git
|
||||
ignore = dirty
|
||||
[submodule "fftw"]
|
||||
path = vendor/fftw
|
||||
url = https://github.com/Aegisub/fftw3.git
|
||||
ignore = dirty
|
||||
[submodule "uchardet"]
|
||||
path = vendor/uchardet
|
||||
url = https://gitlab.freedesktop.org/uchardet/uchardet.git
|
||||
ignore = dirty
|
1
vendor/boost
vendored
1
vendor/boost
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 9ccd3390c8e9ef05f4cb681d15b2e14eac48886e
|
1
vendor/ffmpeg
vendored
1
vendor/ffmpeg
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit d290bb0c540425e937d11ed88e22c68ab97c57eb
|
1
vendor/ffms2
vendored
1
vendor/ffms2
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit f3c6b008b53719dcac032293e3a42a3164c8d7ec
|
1
vendor/fftw
vendored
1
vendor/fftw
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit d68ca6315cafa5b8ff9367d9375314f32b7dbd81
|
1
vendor/freetype2
vendored
1
vendor/freetype2
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 51fee655837ef99084767873266aaddfa3a31da5
|
1
vendor/googletest
vendored
1
vendor/googletest
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit cc0116f14aa8ad9ab76226d082a96b1005221816
|
1
vendor/icu
vendored
1
vendor/icu
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 061be17bd589bb65d37b70c23513ab530cad7821
|
1
vendor/libass
vendored
1
vendor/libass
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 98727c3b78f44cb3bbc955fcf5d977ebd911d5ca
|
1
vendor/uchardet
vendored
1
vendor/uchardet
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit bdfd6116a965fd210ef563613763e724424728b7
|
1
vendor/wxWidgets
vendored
1
vendor/wxWidgets
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit d08c66fcb46dea7d61e4a3565cd09fb4c675a201
|
Loading…
Reference in a new issue