From e14858f41a752a4bf72396389cea9104de5d3118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arttu=20Yl=C3=A4-Outinen?= Date: Mon, 21 Dec 2015 15:59:25 +0200 Subject: [PATCH] Fix build and tests. - Remove non-existent file interface_main.c from library sources. - Add file mv_cand_tests.c to test sources. --- src/Makefile.am | 1 - tests/Makefile.am | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index bcfa0197..dd213f89 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ diff --git a/tests/Makefile.am b/tests/Makefile.am index 3fe5b905..0d6c01e1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \