aboutsummaryrefslogtreecommitdiff
path: root/test/encoder/avcenc.cmake
blob: 9fbd565047af2083ae83d9bac0834148dfc44e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)