update packpack to use latest rtspserver commit

This commit is contained in:
Andrew Bauer 2021-04-23 11:54:36 -05:00 committed by GitHub
parent 6d90fd7bd6
commit f3349fb625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ commonprep () {
fi
fi
RTSPVER="e3bc639d265ba4274270c4a9bf6ada517c0cca11"
RTSPVER="65f625e27ed9f96fa5ae068f6d49ec9fa5795629"
if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then
echo "Found existing RtspServer ${RTSPVER} tarball..."
else