mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Fix build and tests.
- Remove non-existent file interface_main.c from library sources. - Add file mv_cand_tests.c to test sources.
This commit is contained in:
parent
9abdee7cc3
commit
e14858f41a
|
@ -64,7 +64,6 @@ libkvazaar_la_SOURCES = \
|
|||
input_frame_buffer.c \
|
||||
input_frame_buffer.h \
|
||||
inter.c \
|
||||
interface_main.c \
|
||||
inter.h \
|
||||
intra.c \
|
||||
intra.h \
|
||||
|
|
|
@ -6,6 +6,7 @@ check_PROGRAMS = kvazaar_tests
|
|||
kvazaar_tests_SOURCES = \
|
||||
dct_tests.c \
|
||||
intra_sad_tests.c \
|
||||
mv_cand_tests.c \
|
||||
sad_tests.c \
|
||||
sad_tests.h \
|
||||
satd_tests.c \
|
||||
|
|
Loading…
Reference in a new issue