Bump version of RtspServer used

This commit is contained in:
Isaac Connor 2022-02-02 10:28:18 -05:00
parent 5b10f6ace6
commit 4874dedc1f
1 changed files with 1 additions and 1 deletions

View File

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