Skip to content

Commit

Permalink
Added a tag to the bcg729 repo which forces a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
mackhendricks committed Jun 29, 2022
1 parent 48cd1ec commit 0391b27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rtpengine/debian/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ function install {
curl -s https://codeload.github.com/BelledonneCommunications/bcg729/tar.gz/${CODEC_VER} > bcg729_${CODEC_VER}.orig.tar.gz &&
tar -xf bcg729_${CODEC_VER}.orig.tar.gz &&
cd bcg729-${CODEC_VER} &&
git clone https://github.com/ossobv/bcg729-deb.git debian &&
dpkg-buildpackage -us -uc -sa &&
git clone https://github.com/ossobv/bcg729-deb.git -b v${CODEC_VER}-0osso3 debian &&
dpkg-buildpackage -us -uc -sa &&
cd .. &&
dpkg -i ./libbcg729-*.deb


if [ $? -ne 0 ]; then
printerr "Problem installing G729 Codec"
Expand Down

0 comments on commit 0391b27

Please sign in to comment.