utils/packpack: Update RtspServer

This commit is contained in:
Peter Keresztes Schmidt 2021-05-01 00:39:22 +02:00
parent 14cb2bc3dd
commit 3bbec92d40
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
%global ceb_version 1.0-zm
# RtspServer is configured as a git submodule
%global rtspserver_commit 65f625e27ed9f96fa5ae068f6d49ec9fa5795629
%global rtspserver_commit cd7fd49becad6010a1b8466bfebbd93999a39878
%global sslcert %{_sysconfdir}/pki/tls/certs/localhost.crt
%global sslkey %{_sysconfdir}/pki/tls/private/localhost.key

View File

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