Skip to content

Commit

Permalink
Merge pull request #443 from tuxpowered/master
Browse files Browse the repository at this point in the history
Updated RTPEngine dependency
  • Loading branch information
mackhendricks committed Jul 13, 2022
2 parents 6208042 + 000e370 commit e199319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rtpengine/debian/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ function install {
apt-get install -y libhiredis-dev
apt-get install -y libjson-glib-dev libpcap0.8-dev libpcap-dev libssl-dev
apt-get install -y libavfilter-dev
apt-get install -y libavformat-dev
apt-get install -y libavformat-dev
apt-get isntall -y libavcodec-extra
apt-get install -y libmysqlclient-dev
apt-get install -y libmariadbclient-dev
apt-get install -y default-libmysqlclient-dev
apt-get install -y module-assistant
apt-get install -y dkms
apt-get install -y cmake
apt-get install -y unzip
apt-get install -y libavresample-dev
apt-get install -y linux-headers-$(uname -r)
Expand Down

0 comments on commit e199319

Please sign in to comment.