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:
Arttu Ylä-Outinen 2015-12-21 15:59:25 +02:00
parent 9abdee7cc3
commit e14858f41a
2 changed files with 1 additions and 1 deletions

View file

@ -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 \

View file

@ -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 \