aboutsummaryrefslogtreecommitdiff
path: root/examples/svcdec/svcdec.cmake
blob: d84f5077fde7462d876f705d3fba46c60dd50f90 (plain)
1
2
3
4
list(APPEND SVC_DEC_APP_SRCS "${AVC_ROOT}/examples/svcdec/main.c")

libavc_add_executable(svcdec libsvcdec SOURCES ${SVC_DEC_APP_SRCS})
target_compile_definitions(svcdec PRIVATE PROFILE_ENABLE MD5_DISABLE)