Skip to content

Commit

Permalink
Added libsrt package on Debian 11 prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
lelegard committed Sep 17, 2021
1 parent d6588ab commit 1301984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build/install-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ elif [[ "$DISTRO" = "Debian" || "$DISTRO" = "Raspbian" ]]; then
else
pkglist="$pkglist libcurl4 libcurl4-openssl-dev"
fi
if [[ "$MAJOR" -ge 11 ]]; then
pkglist="$pkglist libsrt-openssl-dev"
fi
sudo apt update
sudo apt install -y $PKGOPTS $pkglist
# Update command: sudo apt update; sudo apt upgrade
Expand Down
2 changes: 1 addition & 1 deletion src/libtsduck/tsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
//!
//! TSDuck commit number (automatically updated by Git hooks).
//!
#define TS_COMMIT 2550
#define TS_COMMIT 2551

0 comments on commit 1301984

Please sign in to comment.