Skip to content
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
ignore = dirty
[submodule "submodules/externals/openh264"]
path = submodules/externals/openh264
url = https://github.com/cisco/openh264
url = git://github.com/VTCSecureLLC/openh264.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to say this line should be:

url = git://github.com:VTCSecureLLC/openh264.git

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current line is correct.

ignore = dirty
[submodule "submodules/msopenh264"]
path = submodules/msopenh264
Expand All @@ -84,7 +84,7 @@
ignore = dirty
[submodule "submodules/belcard"]
path = submodules/belcard
url = git://git.linphone.org/belcard.git\n
url = git://git.linphone.org/belcard.git
[submodule "submodules/belr"]
path = submodules/belr
url = git://git.linphone.org/belr.git
Expand Down