You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
698 B
21 lines
698 B
# To modify a submodule's url, ie to use ssh:// instead of git://,
|
|
# update the submodule's .git/config file.
|
|
# Use "git submodule update --init" to initialize submodules.
|
|
# See man git-submodule for more info.
|
|
|
|
[submodule "bindings/libvlcpp"]
|
|
path = bindings/libvlcpp
|
|
update = rebase
|
|
url = git://git.videolan.org/vlc/bindings/libvlcpp.git
|
|
[submodule "bindings/jvlc"]
|
|
path = bindings/jvlc
|
|
update = rebase
|
|
url = git://git.videolan.org/vlc/bindings/jvlc.git
|
|
[submodule "bindings/python"]
|
|
path = bindings/python
|
|
update = rebase
|
|
url = git://git.videolan.org/vlc/bindings/python.git
|
|
[submodule "bindings/phonon"]
|
|
path = bindings/phonon
|
|
update = rebase
|
|
url = git://git.kde.org/phonon-vlc.git
|
|
|