aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-07-16 00:10:28 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-07-17 20:03:55 +0200
commitd37f23263584774e1798e9ac909a398304a05091 (patch)
tree9ea14cc1a20ebaa2cfa06d306b1d3a434da3c5a7 /tests/checkasm/Makefile
parenta344e5d094ebcf9a23acf3a27c56cbbbc829db42 (diff)
downloadffmpeg-d37f23263584774e1798e9ac909a398304a05091.tar.gz
checkasm: Add unit tests for bswapdsp
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 0758746bc4..483ad136f0 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -1,4 +1,5 @@
# libavcodec tests
+AVCODECOBJS-$(CONFIG_BSWAPDSP) += bswapdsp.o
AVCODECOBJS-$(CONFIG_H264PRED) += h264pred.o
AVCODECOBJS-$(CONFIG_H264QPEL) += h264qpel.o