diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-02-14 06:59:23 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-02-16 02:04:34 +0100 |
commit | 4efce988240473a84a19dc2d378289b875d99a9e (patch) | |
tree | e17a2a3739c7aaddc69f423c253cb1a322125b04 /.gitmodules | |
parent | 66312068bde937b0a5455800d1806e3f3077689c (diff) |
Finish implementing time-pos, sub-add and event ipc
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c113260..3789cda 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "depends/mglpp"] path = depends/mglpp url = git://git.dec05eba.com/mglpp +[submodule "video_player/jsoncpp"] + path = video_player/jsoncpp + url = git://git.dec05eba.com/jsoncpp |