Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-06-11 14:17:37 +0300
committerMartin Storsjö <martin@martin.st>2016-06-17 21:37:56 +0300
commit105998fb5ca3c343f5c8cb39ce3197f87a5e4d36 (patch)
tree3b6f933ddf5b3825e8cc97379d70da1dcad1f6db /tests/checkasm/Makefile
parent846a3e78a535f05ee61bb23a160f3378f041f751 (diff)
checkasm: Add tests for h264 idct
The tests are inspired by similar tests for vp9 by Ronald Bultje. Signed-off-by: Martin Storsjö <martin@martin.st>
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 8a0cee59d8..3c2385332c 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -2,6 +2,7 @@
# subsystems
AVCODECOBJS-$(CONFIG_BSWAPDSP) += bswapdsp.o
AVCODECOBJS-$(CONFIG_FMTCONVERT) += fmtconvert.o
+AVCODECOBJS-$(CONFIG_H264DSP) += h264dsp.o
AVCODECOBJS-$(CONFIG_H264PRED) += h264pred.o
AVCODECOBJS-$(CONFIG_H264QPEL) += h264qpel.o