Skip to content

Commit

Permalink
Merge branch 'master' into development/actions-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielders authored Aug 8, 2023
2 parents f6d4b33 + 4daf016 commit 8901c7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Streamer/Implementation/Aamp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ find_package(${NAMESPACE}Core REQUIRED)

set(LIB_NAME PlayerPlatform${PLAYER_NAME})

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

add_library(${LIB_NAME} STATIC
PlayerImplementation.cpp)

Expand Down
2 changes: 2 additions & 0 deletions Streamer/Implementation/CENC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pkg_check_modules(GST

set(LIB_NAME PlayerPlatform${PLAYER_NAME})

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

add_library(${LIB_NAME} STATIC
PlayerImplementation.cpp)

Expand Down
2 changes: 2 additions & 0 deletions Streamer/Implementation/QAM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ find_package(NXCLIENT REQUIRED)

set(LIB_NAME PlayerPlatform${PLAYER_NAME})

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

add_library(${LIB_NAME}
PlayerImplementation.cpp)

Expand Down
1 change: 0 additions & 1 deletion Streamer/StreamerImplementation.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ namespace Plugin {
: RPC::Communicator(source, proxyStubPath, Core::ProxyType<Core::IIPCServer>(engine))
, _parentInterface(parentInterface)
{
engine->Announcements(Announcement());
Open(Core::infinite);
}
~ExternalAccess()
Expand Down

0 comments on commit 8901c7a

Please sign in to comment.