From 3011fc3e18457018a3b7a750116d2789d2b4d227 Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Sun, 11 Apr 2021 00:22:38 +0200 Subject: [PATCH] utils: update packpack to current RtspServer commit --- utils/packpack/startpackpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index 112c9b64f..e2e8bccb3 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -118,7 +118,7 @@ commonprep () { fi fi - RTSPVER="6de773da1236af21e918fdd7ec5f66713a1a182b" + RTSPVER="e3bc639d265ba4274270c4a9bf6ada517c0cca11" if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then echo "Found existing RtspServer ${RTSPVER} tarball..." else