Skip to content

Commit

Permalink
tag on last commit and other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skyshaha1 committed Mar 7, 2024
1 parent 4080196 commit 5569587
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,3 @@ endif()
# Preprocesser Variable
add_compile_definitions(SRCREV="${SRCREV}")
add_compile_definitions(TAGS="${TAGS}")

message("SRCREV: ${SRCREV}")
message("TAGS: ${TAGS}")
4 changes: 0 additions & 4 deletions library/source/open_cdm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ bool isPlayreadyKeysystem(const std::string &keySystem)
OpenCDMSystem *opencdm_create_system(const char keySystem[])
{
kLog << debug << __func__;
// const std::string kCommitId{COMMIT_ID};
// kLog << info << "Commit ID: " << (kCommitId.empty() ? "Unknown" : kCommitId.c_str());


const char kSrcRev[] = SRCREV;
const char kTags[] = TAGS;
Expand All @@ -63,7 +60,6 @@ OpenCDMSystem *opencdm_create_system(const char keySystem[])
kLog << warn << "Failed to get git commit ID!";
}


OpenCDMSystem *result = nullptr;
opencdm_create_system_extended(keySystem, &result);

Expand Down
2 changes: 0 additions & 2 deletions tests/ut/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ endif()
add_compile_definitions(SRCREV="${SRCREV}")
add_compile_definitions(TAGS="${TAGS}")

message("SRCREV!!!!!!! ${SRCREV}")
message("TAGS!!!!!!!!! ${TAGS}")
add_compile_definitions( RIALTO_ENABLE_DECRYPT_BUFFER )

if ( COVERAGE_ENABLED )
Expand Down

0 comments on commit 5569587

Please sign in to comment.