Video file location change for rocDecode (#353)

* Video file location change for rocDecode

* Formatting

* Changed rocJPEG images directory not found to a warning as well

* Minor name update

* Fix rocJPEG disable variable

[ROCm/rocprofiler-sdk commit: c4716afd1c]
This commit is contained in:
Trowbridge, Ian
2025-04-22 14:09:01 -05:00
committed by GitHub
parent 93abda4cfd
commit 3b63300a67
4 changed files with 37 additions and 21 deletions
@@ -18,12 +18,16 @@ else()
set(PRELOAD_ENV "LD_PRELOAD=$<TARGET_FILE:rocprofiler-sdk-json-tool>")
endif()
set(ROCDECODE_VIDEO_FILE
"${rocDecode_ROOT_DIR}/share/rocdecode/video/AMD_driving_virtual_20-H265.265")
file(GLOB_RECURSE ROCDECODE_VIDEO_FILE
"${rocDecode_ROOT_DIR}/share/rocdecode/video/*AMD_driving_virtual_20-H265.265")
if(TARGET rocdecode-demo AND NOT EXISTS "${ROCDECODE_VIDEO_FILE}")
message(
FATAL_ERROR
"Unable to find video file for rocdecode tests: ${ROCDECODE_VIDEO_FILE}")
WARNING "Unable to find video file for rocdecode tests: ${ROCDECODE_VIDEO_FILE}")
set(IS_DISABLED ON)
endif()
if(NOT TARGET rocdecode-demo)
set(IS_DISABLED ON)
endif()
add_test(