diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-11-01 03:31:22 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-11-07 18:46:55 -0800 |
commit | 3d20f8e7c0e2887ad676c79a914e2c960cf2dcea (patch) | |
tree | be2d6f5d2b22586db22907bb7d97d877b74a0079 /tests/checkasm/Makefile | |
parent | 4b80b895a9db60fb6ab2fb64d8c7c9faabbdda79 (diff) | |
download | ffmpeg-3d20f8e7c0e2887ad676c79a914e2c960cf2dcea.tar.gz |
Add pixblockdsp checkasm tests
Diffstat (limited to 'tests/checkasm/Makefile')
-rw-r--r-- | tests/checkasm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile index c29ceef40f..1c0290b9bf 100644 --- a/tests/checkasm/Makefile +++ b/tests/checkasm/Makefile @@ -5,6 +5,7 @@ AVCODECOBJS-$(CONFIG_FLACDSP) += flacdsp.o AVCODECOBJS-$(CONFIG_H264PRED) += h264pred.o AVCODECOBJS-$(CONFIG_H264QPEL) += h264qpel.o AVCODECOBJS-$(CONFIG_JPEG2000_DECODER) += jpeg2000dsp.o +AVCODECOBJS-$(CONFIG_PIXBLOCKDSP) += pixblockdsp.o AVCODECOBJS-$(CONFIG_V210_ENCODER) += v210enc.o AVCODECOBJS-$(CONFIG_VP9_DECODER) += vp9dsp.o |