Skip to content

Commit

Permalink
[package] build against libsrtp v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Nov 30, 2023
1 parent 36e176b commit 4ce735b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-libsrtp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for %%d in (libsrtp %destdir%) do (

git clone https://github.com/cisco/libsrtp/
cd libsrtp
git checkout -qf v2.4.2
git checkout -qf v2.5.0

if "%PYTHON_ARCH%" == "64" (
set CMAKE_OPTIONS=-A x64
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-libsrtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(cmd):

run(["git", "clone", "https://github.com/cisco/libsrtp/", build_dir])
os.chdir(build_dir)
run(["git", "checkout", "-qf", "v2.4.2"])
run(["git", "checkout", "-qf", "v2.5.0"])

run(["cmake", "."] + cmake_args)
run(["make"])
Expand Down

0 comments on commit 4ce735b

Please sign in to comment.