Skip to content

Commit

Permalink
Switch to fixed codec versions needed. Should check licenses if possi…
Browse files Browse the repository at this point in the history
…ble to get rid of submodules as project should be independed of git magic.
  • Loading branch information
dk7lst committed Dec 18, 2017
1 parent 719ee18 commit f88d7b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions getsubmod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ git clone https://git.xiph.org/celt.git celt-0.11.0-src
git clone https://git.xiph.org/opus.git opus-src
git clone https://github.com/mumble-voip/sbcelt.git sbcelt-src
git clone https://github.com/mumble-voip/mach_override.git 3rdparty/mach-override-src

# Switch to fixed versions needed:
cd speex
git checkout -q a6d05eb
cd ../celt-0.7.0-src
git checkout -q 6c79a93
cd ../celt-0.11.0-src
git checkout -q e3d39fe
cd ../opus-src
git checkout -q d060dd7
cd ../sbcelt-src
git checkout -q 045493d
cd ../3rdparty/mach-override-src
git checkout -q 919148f
cd ../..

0 comments on commit f88d7b9

Please sign in to comment.