From 35f1d87f11cd76337c5ed921950cc9e4db6dcba0 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 25 Jan 2025 09:39:01 -0600 Subject: [PATCH] Update startpackpack.sh update packpack to pull the latest commit from RTSPServer project --- 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 2486f746a..7a57656c4 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -118,7 +118,7 @@ commonprep () { fi fi - RTSPVER="eab32851421ffe54fec0229c3efc44c642bc8d46" + RTSPVER="055d81fe1293429e496b19104a9ed3360755a440" if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then echo "Found existing RtspServer ${RTSPVER} tarball..." else