summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-07-13 23:11:25 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-07-15 19:47:07 +0200
commit2cb34f82b92c15b811f5c03dc7f61a4baf6e02e3 (patch)
tree4ec872c40b090ae66c36d44329eacb7b1f37ab96 /tests/checkasm/Makefile
parent4512ee78e19fdb011bdec1b3a8dc0b315c82a81e (diff)
checkasm: Add unit tests for h264qpel
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 33e2c09dc6..0758746bc4 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -1,5 +1,6 @@
# libavcodec tests
AVCODECOBJS-$(CONFIG_H264PRED) += h264pred.o
+AVCODECOBJS-$(CONFIG_H264QPEL) += h264qpel.o
CHECKASMOBJS-$(CONFIG_AVCODEC) += $(AVCODECOBJS-yes)