From 2eb97af66af90ca3978229da151f0b8b3a5d9370 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 8 Aug 2016 21:58:17 +0200 Subject: checkasm: add a test for blockdsp --- tests/checkasm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/checkasm/Makefile') diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile index 8d3d03aa8c..7862633997 100644 --- a/tests/checkasm/Makefile +++ b/tests/checkasm/Makefile @@ -1,5 +1,6 @@ # libavcodec tests # subsystems +AVCODECOBJS-$(CONFIG_BLOCKDSP) += blockdsp.o AVCODECOBJS-$(CONFIG_BSWAPDSP) += bswapdsp.o AVCODECOBJS-$(CONFIG_FMTCONVERT) += fmtconvert.o AVCODECOBJS-$(CONFIG_H264DSP) += h264dsp.o -- cgit v1.2.3