You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
348 B
12 lines
348 B
list(
|
|
APPEND
|
|
AVCENC_SRCS
|
|
"${AVC_ROOT}/test/encoder/input.c"
|
|
"${AVC_ROOT}/test/encoder/main.c"
|
|
"${AVC_ROOT}/test/encoder/output.c"
|
|
"${AVC_ROOT}/test/encoder/psnr.c"
|
|
"${AVC_ROOT}/test/encoder/recon.c")
|
|
|
|
libavc_add_executable(avcenc libavcenc SOURCES ${AVCENC_SRCS})
|
|
target_compile_definitions(avcenc PRIVATE PROFILE_ENABLE MD5_DISABLE)
|