Skip to content

Commit

Permalink
libdatachannel の更新と、URL をパラメータ化
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Apr 27, 2024
1 parent ad9bdf7 commit ab83162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SORA_C_SDK_VERSION=2024.1.0
LIBDATACHANNEL_VERSION=518c0ec9dbe5f77dfd700c219b560a8bfd279441
LIBDATACHANNEL_URL=https://github.com/melpon/libdatachannel.git
LIBDATACHANNEL_VERSION=005820eb54585b57fe5567a7ad51b801598c159f
OPUS_VERSION=v1.4
CMAKE_VERSION=3.28.1
OPENH264_VERSION=v2.4.0
Expand Down
3 changes: 1 addition & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,7 @@ def install_deps(

# libdatachannel
dir = os.path.join(shared_source_dir, "libdatachannel")
# url = "https://github.com/paullouisageneau/libdatachannel.git"
url = "https://github.com/melpon/libdatachannel.git"
url = version["LIBDATACHANNEL_URL"]
if not os.path.exists(os.path.join(dir, ".git")):
cmd(["git", "clone", url, dir])
with cd(dir):
Expand Down

0 comments on commit ab83162

Please sign in to comment.