xref: /aosp_15_r20/external/libhevc/test/decoder/hevcdec.cmake (revision c83a76b084498d55f252f48b2e3786804cdf24b7)
1libhevc_add_executable(hevcdec libhevcdec SOURCES
2                       ${HEVC_ROOT}/test/decoder/main.c)
3target_compile_definitions(hevcdec
4                       PRIVATE PROFILE_ENABLE MD5_DISABLE)
5