summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-22 16:29:44 +0100
committerClément Bœsch <u@pkh.me>2017-03-22 16:31:38 +0100
commit7c2a7f9c11ab11c4a39cb5cd9fd7f5d8aa34d7cf (patch)
treeed9dd904e96149a9563b5295f572cd663f9bc5d1 /tests/checkasm/Makefile
parentaf607b7e0787a8d3af418ed2a03c48669ba3397c (diff)
parent22c3ab18646924ce24dc6017a9e882ff69689e40 (diff)
Merge commit '22c3ab18646924ce24dc6017a9e882ff69689e40'
* commit '22c3ab18646924ce24dc6017a9e882ff69689e40': checkasm: Add test for huffyuvdsp add_bytes huffyuvdsp is renamed to llviddsp to be consistent with our codebase. Note: af607b7e07 wasn't actually required for this test since this commit is not actually testing huffyuvdsp. Merged-by: Clément Bœsch <u@pkh.me>
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 5cd92c432c..29b7761c62 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -8,6 +8,7 @@ AVCODECOBJS-$(CONFIG_FMTCONVERT) += fmtconvert.o
AVCODECOBJS-$(CONFIG_H264DSP) += h264dsp.o
AVCODECOBJS-$(CONFIG_H264PRED) += h264pred.o
AVCODECOBJS-$(CONFIG_H264QPEL) += h264qpel.o
+AVCODECOBJS-$(CONFIG_LLVIDDSP) += llviddsp.o
AVCODECOBJS-$(CONFIG_VP8DSP) += vp8dsp.o
AVCODECOBJS-$(CONFIG_VIDEODSP) += videodsp.o