From b9650b6a72a426d8b2de207d24605df5f5922711 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 26 Jul 2026 13:33:04 -0500 Subject: [PATCH] Switch to our fork of h264bitstream --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8c92b208..a06cac7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = https://github.com/gabomdq/SDL_GameControllerDB.git [submodule "h264bitstream/h264bitstream"] path = h264bitstream/h264bitstream - url = https://github.com/aizvorski/h264bitstream.git + url = https://github.com/cgutman/h264bitstream.git