From 42972f9ab7b4d14a86ef8ee540a53b7f5775db43 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 10 Mar 2021 13:38:46 -0500 Subject: [PATCH] Add our fork of RtspServer as a module --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 9f21bb62b..721bc1da1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "web/api/app/Plugin/CakePHP-Enum-Behavior"] path = web/api/app/Plugin/CakePHP-Enum-Behavior url = https://github.com/ZoneMinder/CakePHP-Enum-Behavior.git +[submodule "dep/RtspServer"] + path = dep/RtspServer + url = https://github.com/ZoneMinder/RtspServer.git