From d7cfb423cf46b0cc88f5194fcddcd13de8dfad0a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:19:42 +0000 Subject: [PATCH 1/2] Initial plan From ca075d44f7200fdd30df02963a5e356702c552f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:20:36 +0000 Subject: [PATCH 2/2] Fix case-sensitive include path: playerjsonobject -> playerJsonObject Co-authored-by: rekhap2kandhavelan <217911244+rekhap2kandhavelan@users.noreply.github.com> --- test/utests/tests/SubtitleTests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utests/tests/SubtitleTests/CMakeLists.txt b/test/utests/tests/SubtitleTests/CMakeLists.txt index b9f28e02..dd7065d6 100644 --- a/test/utests/tests/SubtitleTests/CMakeLists.txt +++ b/test/utests/tests/SubtitleTests/CMakeLists.txt @@ -25,7 +25,7 @@ include_directories(${PLAYER_ROOT} ${PLAYER_ROOT}/isobmff ${PLAYER_ROOT}/drm ${P include_directories(${PLAYER_ROOT}/subtec/libsubtec) include_directories(${PLAYER_ROOT}/subtec/subtecparser) include_directories(${PLAYER_ROOT}/playerLogManager) -include_directories(${PLAYER_ROOT}/playerjsonobject) +include_directories(${PLAYER_ROOT}/playerJsonObject) include_directories(${PLAYER_ROOT}/baseConversion) include_directories(${PLAYER_ROOT}/playerisobmff)