aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2019-08-15 11:42:19 +0100
committerLynne <dev@lynne.ee>2019-09-11 03:28:22 +0100
commit4ce1e13b546598e05832bdff55d23d2cc88f3756 (patch)
tree33e300f2af7ac5ad7f8eee65c4ad07ae4dd6b6ef /tests/checkasm/checkasm.c
parent6b22e28f4c857b2d9c045001add083343f506d84 (diff)
downloadffmpeg-4ce1e13b546598e05832bdff55d23d2cc88f3756.tar.gz
checkasm: add opusdsp tests
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r--tests/checkasm/checkasm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 3e2ec377be..d9a5c7f401 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -130,6 +130,9 @@ static const struct {
#if CONFIG_LLVIDENCDSP
{ "llviddspenc", checkasm_check_llviddspenc },
#endif
+ #if CONFIG_OPUS_DECODER
+ { "opusdsp", checkasm_check_opusdsp },
+ #endif
#if CONFIG_PIXBLOCKDSP
{ "pixblockdsp", checkasm_check_pixblockdsp },
#endif