From fce07921833c01111ff0c7cbdd67c2c71f58f834 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:16:12 +0000 Subject: [PATCH 1/2] Initial plan From 0332726d410b2f497df5dc8e811b32f35e6f566e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:16:55 +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/PlayerCommonTests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utests/tests/PlayerCommonTests/CMakeLists.txt b/test/utests/tests/PlayerCommonTests/CMakeLists.txt index 58b88cad..73f044f6 100644 --- a/test/utests/tests/PlayerCommonTests/CMakeLists.txt +++ b/test/utests/tests/PlayerCommonTests/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) include_directories(${PLAYER_ROOT}/mp4demux)