summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2016-04-06 14:09:08 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2016-04-12 16:42:48 -0400
commit5ce703a6bff77af1be9f2eb2698879c591b403c4 (patch)
tree60b8e725f53cdb999590c62e4b9d8149c4789326 /tests/checkasm/Makefile
parent2e2e08a35b479c5a2049a0f7eaf20e00aa78e923 (diff)
vf_colorspace: x86-64 SIMD (SSE2) optimizations.
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 c24e797a36..81a8b86dc6 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -16,6 +16,7 @@ CHECKASMOBJS-$(CONFIG_AVCODEC) += $(AVCODECOBJS-yes)
# libavfilter tests
AVFILTEROBJS-$(CONFIG_BLEND_FILTER) += vf_blend.o
+AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o
CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes)