summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-07-31 12:37:14 +0200
committerAnton Khirnov <anton@khirnov.net>2015-12-05 21:11:21 +0100
commit0cef06df073934ca08d0357fcbbbcf2bc9b2a0cd (patch)
treed0ef317e7e5968ceb6f5919cefc353219ecb0862 /tests/checkasm/Makefile
parenta853388d2fc5be848cca839a9fdf39a97c2d7b0e (diff)
checkasm: add HEVC MC tests
Diffstat (limited to 'tests/checkasm/Makefile')
-rw-r--r--tests/checkasm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
index 5fccad9866..75c9a188f8 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -2,6 +2,7 @@
AVCODECOBJS-$(CONFIG_BSWAPDSP) += bswapdsp.o
AVCODECOBJS-$(CONFIG_H264PRED) += h264pred.o
AVCODECOBJS-$(CONFIG_H264QPEL) += h264qpel.o
+AVCODECOBJS-$(CONFIG_HEVC_DECODER) += hevc_mc.o
AVCODECOBJS-$(CONFIG_V210_ENCODER) += v210enc.o
CHECKASMOBJS-$(CONFIG_AVCODEC) += $(AVCODECOBJS-yes)