1list(APPEND SVC_DEC_APP_SRCS "${AVC_ROOT}/examples/svcdec/main.c") 2 3libavc_add_executable(svcdec libsvcdec SOURCES ${SVC_DEC_APP_SRCS}) 4target_compile_definitions(svcdec PRIVATE PROFILE_ENABLE MD5_DISABLE) 5