Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
/ rdk-aamp Public archive

Commit 3e57214

Browse files
committed
SERXIONE-1282 [AAMP]Flex2 apps not working
Reason for change: Support for westeros based on flex2_rdk Test Procedure: As per JIRA ticket Risks: High Signed-off-by: Reshma Raphael <[email protected]> Change-Id: Ib71f72e3758d12a5bb5afe34d442b0c4e3e44993 (cherry picked from commit 69fd8b4)
1 parent 6a886b9 commit 3e57214

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

AampConfig.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ void AampConfig::Initialize()
409409
#endif
410410
bAampCfgValue[eAAMPConfig_MidFragmentSeek].value = false;
411411
bAampCfgValue[eAAMPConfig_PropogateURIParam].value = true;
412-
#if defined(REALTEKCE) || defined(AMLOGIC) // Temporary till westerossink disable is rollbacked
412+
#if defined(REALTEKCE) || defined(AMLOGIC) || defined(FLEX2_RDK) // Temporary till westerossink disable is rollbacked
413413
bAampCfgValue[eAAMPConfig_UseWesterosSink].value = true;
414414
#else
415415
bAampCfgValue[eAAMPConfig_UseWesterosSink].value = false;

CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ if (CMAKE_AMLOGIC_SOC)
216216
set(LIBAAMP_DEPENDS "${LIBAAMP_DEPENDS} -lgstvideo-1.0")
217217
endif()
218218

219+
if(CMAKE_FLEX2_RDK)
220+
message("CMAKE_FLEX2_RDK set")
221+
set(LIBAAMP_DEFINES "${LIBAAMP_DEFINES} -DFLEX2_RDK")
222+
endif()
223+
219224
if(CMAKE_QT5WEBKIT_JSBINDINGS)
220225
message("CMAKE_QT5WEBKIT_JSBINDINGS set, adding sources to libaamp")
221226
set(LIBAAMP_SOURCES ${LIBAAMP_SOURCES} jsbindings/jsbindings.cpp jsbindings/jsutils.cpp jsbindings/jsmediaplayer.cpp jsbindings/jseventlistener.cpp jsbindings/jsevent.cpp)

0 commit comments

Comments
 (0)